From 3aed8ca96f7f11a28ebcf918798c153462713fc1 Mon Sep 17 00:00:00 2001 From: Militsa Sotirova Date: Tue, 26 May 2026 10:18:05 -0400 Subject: [PATCH] SERVER-127405 Remove outdated TODOs (#54341) GitOrigin-RevId: a5414d586ddc839fa3f6b74bef57a4c7505f7b35 --- .../suites/query_cbr_heuristic_jscore_passthrough.yml | 3 --- .../suites/query_cbr_sampling_jscore_passthrough.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/buildscripts/resmokeconfig/suites/query_cbr_heuristic_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/query_cbr_heuristic_jscore_passthrough.yml index df7047bbeb3..6205e98e67f 100644 --- a/buildscripts/resmokeconfig/suites/query_cbr_heuristic_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/query_cbr_heuristic_jscore_passthrough.yml @@ -48,9 +48,6 @@ selector: # TODO SERVER-99091 re-enable this test to get coverage of switching between plan ranker modes. - jstests/core/query/query_knob_correctness_pbt.js - # TODO SERVER-120633: Investigate tassert of missing index descriptor. - - jstests/core/query/or/subplanning_during_drop_index.js - # Replica set write block is not supported on standalone. - jstests/core/administrative/block_replica_set_writes.js diff --git a/buildscripts/resmokeconfig/suites/query_cbr_sampling_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/query_cbr_sampling_jscore_passthrough.yml index f1a81a9c8f7..db0d8ce5f05 100644 --- a/buildscripts/resmokeconfig/suites/query_cbr_sampling_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/query_cbr_sampling_jscore_passthrough.yml @@ -46,9 +46,6 @@ selector: # TODO SERVER-99091 re-enable this test to get coverage of switching between plan ranker modes. - jstests/core/query/query_knob_correctness_pbt.js - # TODO SERVER-120633: Investigate tassert of missing index descriptor. - - jstests/core/query/or/subplanning_during_drop_index.js - # Replica set write block is not supported on standalone. - jstests/core/administrative/block_replica_set_writes.js