Skip to content

Commit e6d4b35

Browse files
Bump testdata/specifications from 6689929 to a93fa90 (#2170)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Preston Vasquez <[email protected]>
1 parent 42852c5 commit e6d4b35

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
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.

0 commit comments

Comments
 (0)