summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHana Pearlman <hana.pearlman@mongodb.com>2022-09-21 20:08:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-21 22:50:45 +0000
commit9f6b3e3a2e25e05f46ed782ab65858e2b8b4b709 (patch)
treea9781fe3640b5c0092aee4240bca4b809d701427
parent6eaf0ea0d0bf24a0d7cfe97c7de7070b3b1baa7e (diff)
downloadmongo-9f6b3e3a2e25e05f46ed782ab65858e2b8b4b709.tar.gz
SERVER-67596 SERVER-67637: Enable cqf tests fixed by find command and $project translation changes
-rw-r--r--buildscripts/resmokeconfig/suites/cqf_passthrough.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
index 7fcf9730d96..87cff833560 100644
--- a/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cqf_passthrough.yml
@@ -39,15 +39,6 @@ selector:
- jstests/core/profile_query_hash.js
- jstests/core/sbe/plan_cache_sbe_with_or_queries.js
- jstests/core/sbe_plan_cache_autoparameterize_collscan.js
- # TODO SERVER-67596 Allow reads to system.js collection.
- - jstests/core/where_system_js.js
- - jstests/core/find_and_modify_concurrent_update.js
- - jstests/core/find_and_modify_where.js
- # TODO SERVER-67637 Verify projection and sort for find command.
- - jstests/core/plan_cache_positional_projection.js
- - jstests/core/projection_meta_index_key.js
- - jstests/core/positional_projection.js
- - jstests/core/positional_projection_multiple_array_fields.js
# TODO SERVER-62034 Prevent distinct() from using CQF.
- jstests/core/profile_distinct.js
# Transactions are not supported on MongoDB standalone nodes, so we do not run these tests in the