@@ -42,7 +42,6 @@ const (
42
42
gridFSFiles = "fs.files"
43
43
gridFSChunks = "fs.chunks"
44
44
spec1403SkipReason = "servers less than 4.2 do not have mongocryptd; see SPEC-1403"
45
- godriver2123SkipReason = "failpoints and timeouts together cause failures; see GODRIVER-2123"
46
45
godriver2413SkipReason = "encryptedFields argument is not supported on Collection.Drop; see GODRIVER-2413"
47
46
)
48
47
@@ -52,14 +51,10 @@ var (
52
51
// SPEC-1403: This test checks to see if the correct error is thrown when auto encrypting with a server < 4.2.
53
52
// Currently, the test will fail because a server < 4.2 wouldn't have mongocryptd, so Client construction
54
53
// would fail with a mongocryptd spawn error.
55
- "operation fails with maxWireVersion < 8" : spec1403SkipReason ,
56
- // GODRIVER-2123: The test below use a failpoint and a socket or server selection timeout.
57
- // The timeout causes the eventual clearing of the failpoint in the test runner to fail with an
58
- // i/o timeout.
59
- "Network error on minPoolSize background creation" : godriver2123SkipReason ,
60
- "CreateCollection from encryptedFields." : godriver2413SkipReason ,
61
- "DropCollection from encryptedFields" : godriver2413SkipReason ,
62
- "DropCollection from remote encryptedFields" : godriver2413SkipReason ,
54
+ "operation fails with maxWireVersion < 8" : spec1403SkipReason ,
55
+ "CreateCollection from encryptedFields." : godriver2413SkipReason ,
56
+ "DropCollection from encryptedFields" : godriver2413SkipReason ,
57
+ "DropCollection from remote encryptedFields" : godriver2413SkipReason ,
63
58
}
64
59
)
65
60
0 commit comments