summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2022-02-14 17:08:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-14 20:19:24 +0000
commite4e2f25c62385a13d8523e81e97bb79dfa196adf (patch)
tree8e94de7f1afc64d25a8b0de1d019342e02af4cc5 /buildscripts
parente852e2ef573916783034d1b5ce79ba067313fbea (diff)
downloadmongo-e4e2f25c62385a13d8523e81e97bb79dfa196adf.tar.gz
SERVER-63601 Disable reshard_collection_failover_shutdown_basic.js on sharding_clustered_collections suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
index 13a6ec4861a..38adcb9fc2b 100644
--- a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
@@ -11,6 +11,7 @@ selector:
# TODO (SERVER-60824): Support non-blocking sort() for resharding cloner.
- jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js
- jstests/sharding/resharding_collection_cloner_resuming.js
+ - jstests/sharding/reshard_collection_failover_shutdown_basic.js
# TODO (SERVER-60824): Support non-blocking sort() to prevent 'Sort exceeded memory limit'.
- jstests/sharding/shard6.js
# Expects hint(_id) to yield an index scan instead of a table scan.