diff --git a/internal/spectest/skip.go b/internal/spectest/skip.go index a8f5818d7a..73c2b2cd5f 100644 --- a/internal/spectest/skip.go +++ b/internal/spectest/skip.go @@ -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. diff --git a/testdata/specifications b/testdata/specifications index 668992950d..5ef7b1bc0a 160000 --- a/testdata/specifications +++ b/testdata/specifications @@ -1 +1 @@ -Subproject commit 668992950d975d3163e538849dd20383a214fc37 +Subproject commit 5ef7b1bc0acb1d18f7dce8df74b7cdac40f4cf33