From 673a8041a5a9b919762d81657cc14fc44eebdeda Mon Sep 17 00:00:00 2001 From: Sergi Mateo Bellido Date: Mon, 18 Jan 2021 12:51:50 +0000 Subject: SERVER-53236 Disable merge_with_move_primary.js from running on the sharding_csrs_continuous_config_stepdown suite --- .../resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1