Skip to content

Commit 0bacdce

Browse files
committed
Skip tests that require GODRIVER-3403.
1 parent 7017616 commit 0bacdce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/spectest/skip.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,11 @@ var skipTests = map[string][]string{
841841
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-substringPreview.json",
842842
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-suffixPreview.json",
843843
},
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+
},
844849
}
845850

846851
// CheckSkip checks if the fully-qualified test name matches a list of skipped test names for a given reason.

0 commit comments

Comments
 (0)