Skip to content

Commit c205d4f

Browse files
GODRIVER-3505, GODRIVER-3524, GODRIVER-3520 Bump testdata/specifications from 7891688 to 6118deb (#2008)
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 768703c commit c205d4f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

internal/spectest/skip.go

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import "testing"
1111
// skipTests is a map of "fully-qualified test name" to "the reason for skipping
1212
// the test".
1313
var skipTests = map[string][]string{
14+
// TODO(GODRIVER-3518): Test flexible numeric comparisons with $$lte
15+
"Modifies $$lte operator test to also use floating point and Int64 types (GODRIVER-3518)": {
16+
"TestUnifiedSpec/unified-test-format/tests/valid-pass/operator-lte.json/special_lte_matching_operator",
17+
},
18+
1419
// SPEC-1403: This test checks to see if the correct error is thrown when auto
1520
// encrypting with a server < 4.2. Currently, the test will fail because a
1621
// server < 4.2 wouldn't have mongocryptd, so Client construction would fail

0 commit comments

Comments
 (0)