summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2022-08-25 11:44:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-25 12:15:14 +0000
commit67d2b8bcd6f629fcb70fbc40487c345b3aebe192 (patch)
tree13fdaf3cf6f546b034db7903b7a41f38e36430c8 /buildscripts
parentec8694abf458ceb1494ed97a29b199afc3e73708 (diff)
downloadmongo-67d2b8bcd6f629fcb70fbc40487c345b3aebe192.tar.gz
SERVER-68512 Do not use CQF if an index exists with a non-simple collation
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/cqf_passthrough.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
index a64394568fd..8c6140bc78a 100644
--- a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
@@ -11,8 +11,6 @@ selector:
- jstests/core/nan.js
# TODO SERVER-67506
- jstests/core/arrayfind5.js
- # TODO SERVER-68512
- - jstests/core/collation_with_reverse_index.js
# TODO SERVER-23229 on classic which is fixed by SERVER-67548 in CQF.
- jstests/aggregation/bugs/groupMissing.js
- jstests/core/null_query_semantics.js