summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorkmznam <97981975+kmznam@users.noreply.github.com>2024-09-13 11:41:18 -0400
committerMongoDB Bot <mongo-bot@mongodb.com>2024-09-13 17:09:51 +0000
commitfced48a555648cc8917fc3b920a28ab44a8f7d2f (patch)
treee38b8c455272b2e048ef63f75801af65f4d21691 /buildscripts
parentbe22099b295fccd8b939e4c0ec374e4a201f1f94 (diff)
SERVER-94763: Remove TODO for SERVER-82471 (#27050)
GitOrigin-RevId: 6b2c01661bb1efe6392cb662273da432ee996b11
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
index 91909543f7e..5a43881d0ef 100644
--- a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
@@ -85,10 +85,6 @@ selector:
# The following test fails because configureQueryAnalyzer is not allowed on QE collections
- jstests/core/query/queryable_encryption/**/*.js
- # TODO SERVER-82471: Remove when we can use explain output instead of plan cache for verification.
- - jstests/core/query/query_settings/query_settings_index_application_aggregate.js
- - jstests/core/query/query_settings/query_settings_index_application_distinct.js
- - jstests/core/query/query_settings/query_settings_index_application_find.js
# The following test assumes the plan cache to be empty, which may not be guaranteed by this suite.
- jstests/core/query/query_settings/query_settings_plan_cache.js
# The following test doesn't support $lookup where one collection is sharded and the other is unsharded