summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2021-01-18 12:51:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-18 16:27:47 +0000
commit673a8041a5a9b919762d81657cc14fc44eebdeda (patch)
tree9702dbf90b31113141d6e966a45868fc4376f48e
parenteb9e17ff6442f3e62b6fca0a9edc3371bbf7b0c3 (diff)
downloadmongo-673a8041a5a9b919762d81657cc14fc44eebdeda.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 b4fd5db304d..17bad6dc819 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -44,6 +44,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