@@ -42,6 +42,7 @@ 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
+ godriver2466SkipReason = "test has not been updated; see GODRIVER-2466"
45
46
godriver2413SkipReason = "encryptedFields argument is not supported on Collection.Drop; see GODRIVER-2413"
46
47
)
47
48
@@ -51,10 +52,12 @@ var (
51
52
// SPEC-1403: This test checks to see if the correct error is thrown when auto encrypting with a server < 4.2.
52
53
// Currently, the test will fail because a server < 4.2 wouldn't have mongocryptd, so Client construction
53
54
// would fail with a mongocryptd spawn error.
54
- "operation fails with maxWireVersion < 8" : spec1403SkipReason ,
55
- "CreateCollection from encryptedFields." : godriver2413SkipReason ,
56
- "DropCollection from encryptedFields" : godriver2413SkipReason ,
57
- "DropCollection from remote encryptedFields" : godriver2413SkipReason ,
55
+ "operation fails with maxWireVersion < 8" : spec1403SkipReason ,
56
+ // GODRIVER-2466: The test below has not been updated as required.
57
+ "Network error on minPoolSize background creation" : godriver2466SkipReason ,
58
+ "CreateCollection from encryptedFields." : godriver2413SkipReason ,
59
+ "DropCollection from encryptedFields" : godriver2413SkipReason ,
60
+ "DropCollection from remote encryptedFields" : godriver2413SkipReason ,
58
61
}
59
62
)
60
63
0 commit comments