We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7017616 commit 0bacdceCopy full SHA for 0bacdce
internal/spectest/skip.go
@@ -841,6 +841,11 @@ var skipTests = map[string][]string{
841
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-substringPreview.json",
842
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-suffixPreview.json",
843
},
844
+
845
+ // TODO(GODRIVER-3403): Support queryable encryption in Client.BulkWrite.
846
+ "Support queryable encryption in Client.BulkWrite (GODRIVER-3403)": {
847
+ "TestUnifiedSpec/crud/tests/unified/client-bulkWrite-qe.json",
848
+ },
849
}
850
851
// CheckSkip checks if the fully-qualified test name matches a list of skipped test names for a given reason.
0 commit comments