summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2023-04-04 18:27:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-04 20:13:45 +0000
commitb9d8a47872050ca5fe6c1b95fcb0534e6e0ebc3d (patch)
tree9b98862554a9fae6adcec426a076a649718ee28c /buildscripts/resmokeconfig/suites
parentb584db7ad2e3256b37aa0191bb2b1215a7aff709 (diff)
downloadmongo-b9d8a47872050ca5fe6c1b95fcb0534e6e0ebc3d.tar.gz
SERVER-66715 Add tenant lock
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml4
1 files changed, 3 insertions, 1 deletions
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..a2caa7e4eaa 100644
--- a/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/change_streams_multitenant_sharded_collections_passthrough.yml
@@ -4,7 +4,9 @@ selector:
roots:
- jstests/change_streams/**/*.js
exclude_files:
- # TODO SERVER-69959: Implement a majority-committed insert listener.
+ # TODO SERVER-68341: Implement enable/disable command for mongoQ in the serverless.
+ - jstests/change_streams/**/*.js
+ # TODO SERVER-74555: 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