Skip to content

Commit 480e27a

Browse files
1 parent 97adfc3 commit 480e27a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

internal/spectest/skip.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,26 @@ var skipTests = map[string][]string{
821821
"TestUnifiedSpec/client-side-operations-timeout/tests/change-streams.json/error_if_maxAwaitTimeMS_is_equal_to_timeoutMS",
822822
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_if_maxAwaitTimeMS_is_greater_than_timeoutMS",
823823
},
824+
825+
// TODO(GODRIVER-3641): Ensure Driver Errors for Tailable AwaitData Cursors on
826+
// Invalid maxAwaitTimeMS.
827+
"Ensure Driver Errors for Tailable AwaitData Cursors on Invalid maxAwaitTimeMS (GODRIVER-3641)": {
828+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_find_if_maxAwaitTimeMS_is_greater_than_timeoutMS",
829+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_aggregate_if_maxAwaitTimeMS_is_greater_than_timeoutMS",
830+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_watch_if_maxAwaitTimeMS_is_greater_than_timeoutMS",
831+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_find_if_maxAwaitTimeMS_is_equal_to_timeoutMS",
832+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_aggregate_if_maxAwaitTimeMS_is_equal_to_timeoutMS",
833+
"TestUnifiedSpec/client-side-operations-timeout/tests/tailable-awaitData.json/error_on_watch_if_maxAwaitTimeMS_is_equal_to_timeoutMS",
834+
},
835+
836+
// TODO(GODRIVER-3620): Support text indexes with auto encryption.
837+
"Support text indexes with auto encryption (GODRIVER-3620)": {
838+
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-cleanupStructuredEncryptionData.json",
839+
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-compactStructuredEncryptionData.json",
840+
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-prefixPreview.json",
841+
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-substringPreview.json",
842+
"TestUnifiedSpec/client-side-encryption/tests/unified/QE-Text-suffixPreview.json",
843+
},
824844
}
825845

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

testdata/specifications

Submodule specifications updated 88 files

0 commit comments

Comments
 (0)