diff options
author | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-02-09 11:12:37 -0500 |
---|---|---|
committer | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-02-09 16:34:54 -0500 |
commit | b01e99cf36b81b00def7e53f3ce4a7154770b84a (patch) | |
tree | a8a39a3ffc70c675785ae97fbf027da90f54ca73 /buildscripts | |
parent | a89f9681341a560b797791565e6515c088967aaa (diff) | |
download | mongo-b01e99cf36b81b00def7e53f3ce4a7154770b84a.tar.gz |
SERVER-22511 blacklisting sharding_rs1.js because of config db write without retries
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 1 |
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 80a9654ecaf..3a758ef3eb1 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -76,6 +76,7 @@ selector: - jstests/sharding/in_memory_sort_limit.js - jstests/sharding/parallel.js - jstests/sharding/migrateBig.js + - jstests/sharding/sharding_rs1.js # Calls the config server primary directly (not through mongos) - jstests/sharding/moveprimary_ignore_sharded.js - jstests/sharding/min_optime_recovery.js |