Skip to content

Commit 680933b

Browse files
committed
Skip TestChangeStream_resumableError
GODRIVER-286 Change-Id: I6a51150a7de0b6672c97bbf1fcf2857652355dec
1 parent 65ff27c commit 680933b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mongo/change_stream_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ func TestChangeStream_errorMissingResponseToken(t *testing.T) {
164164
}
165165

166166
func TestChangeStream_resumableError(t *testing.T) {
167+
// Skipping this test due to flakiness - test sometimes has resume set, sometimes does not. Not investigating
168+
// because this is being superseded by new changestream code
169+
t.Skip()
167170
t.Parallel()
168171

169172
if testing.Short() {

0 commit comments

Comments
 (0)