Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions internal/spectest/skip.go
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,11 @@ var skipTests = map[string][]string{
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-substringPreview.json",
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-suffixPreview.json",
},

// TODO(GODRIVER-3403): Support queryable encryption in Client.BulkWrite.
"Support queryable encryption in Client.BulkWrite (GODRIVER-3403)": {
"TestUnifiedSpec/crud/tests/unified/client-bulkWrite-qe.json",
},
}

// CheckSkip checks if the fully-qualified test name matches a list of skipped test names for a given reason.
Expand Down
2 changes: 1 addition & 1 deletion testdata/specifications
Submodule specifications updated 104 files
Loading