diff options
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/change_streams_multitenant_passthrough.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/change_streams_multitenant_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_multitenant_passthrough.yml index 17a29d4f9cf..f838d68afd5 100644 --- a/buildscripts/resmokeconfig/suites/change_streams_multitenant_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/change_streams_multitenant_passthrough.yml @@ -7,8 +7,6 @@ selector: ## # TODO SERVER-68341: Implement enable/disable command for mongoQ in the serverless. - jstests/change_streams/projection_fakes_internal_event.js - # TODO SERVER-69959: Implement a majority-committed insert listener. - - jstests/change_streams/only_wake_getmore_for_relevant_changes.js ## # TODO SERVER-70760: This test creates its own sharded cluster and uses transaction. The support diff --git a/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml index 73adfbc19b4..1b59797a303 100644 --- a/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml @@ -4,8 +4,6 @@ selector: roots: - jstests/change_streams/**/*.js exclude_files: - # TODO SERVER-69959: Implement a majority-committed insert listener. - - jstests/change_streams/only_wake_getmore_for_relevant_changes.js # TODO SERVER-68341: Implement enable/disable command for mongoQ in the serverless. - jstests/change_streams/projection_fakes_internal_event.js # TODO SERVER-68557 This test list databases that does not work in the sharded-cluster. This test |