summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSvilen Mihaylov <svilen.mihaylov@mongodb.com>2022-07-27 17:01:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-27 17:34:56 +0000
commit119e6b5979e4b1e8fcf91db711673393c56b4020 (patch)
tree5fad8841aa280dc8bf50be65231c005eafaa7c61 /buildscripts
parent630cb8c05b0c37d5f3acdc014bfeac055a3e973a (diff)
downloadmongo-119e6b5979e4b1e8fcf91db711673393c56b4020.tar.gz
SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements map
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/cqf_passthrough.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
index 5bb86abeafb..43555483cc6 100644
--- a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
@@ -5,10 +5,6 @@ selector:
- jstests/aggregation/**/*.js
- jstests/core/**/*.js
exclude_files:
- # TODO SERVER-67427 Fix conjunctions over an array field.
- - jstests/core/all2.js
- - jstests/core/index_check2.js
- - jstests/core/or5.js
# TODO SERVER-67369 enable once full type bracketing is supported.
- jstests/core/array_comparison_correctness.js
- jstests/core/arrayfind10.js