summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 565fc6875d1..eb9c05d4a7c 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -242,6 +242,11 @@ selector:
# Expects reshardCollection executes without config server stepdown
- jstests/sharding/shard_encrypted_collection.js
+ # Runs commands against mongos which target the config server primary and may fail with
+ # FailedToSatisfyReadPreference when electing a new primary of the config server replica
+ # set takes a while.
+ - jstests/sharding/move_chunk_respects_maxtimems.js
+
exclude_with_any_tags:
- does_not_support_stepdowns