summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-01-18 12:43:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-18 16:07:26 +0000
commiteeea2566fcc0bf90e2e9dfe97c3aa993dcf55d33 (patch)
treea5648b58f0396219b6a42dabd9fa20ac115a835f
parent464c15b2ed2545e75112eac5882ec2c19cfbf81c (diff)
downloadmongo-eeea2566fcc0bf90e2e9dfe97c3aa993dcf55d33.tar.gz
SERVER-53236 Disable merge_with_move_primary.js from running on the sharding_csrs_continuous_config_stepdown suite
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 2e2b62b7d30..55c6e8a3c17 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -43,6 +43,7 @@ selector:
- jstests/sharding/large_chunk.js
- jstests/sharding/limit_push.js
- jstests/sharding/merge_with_drop_shard.js
+ - jstests/sharding/merge_with_move_primary.js
- jstests/sharding/migrateBig_balancer.js
- jstests/sharding/move_chunk_basic.js
- jstests/sharding/movePrimary1.js