We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46191c3 commit df3ce0bCopy full SHA for df3ce0b
internal/spectest/skip.go
@@ -11,6 +11,11 @@ import "testing"
11
// skipTests is a map of "fully-qualified test name" to "the reason for skipping
12
// the test".
13
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
+
19
// SPEC-1403: This test checks to see if the correct error is thrown when auto
20
// encrypting with a server < 4.2. Currently, the test will fail because a
21
// server < 4.2 wouldn't have mongocryptd, so Client construction would fail
0 commit comments