summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2016-08-01 17:53:52 -0400
committerRandolph Tan <randolph@10gen.com>2016-08-02 10:18:10 -0400
commitf79771f554b078c96095e9a71e6ceaf127e69077 (patch)
tree8ae2141bbb90a028c144400335aa499e549d4121
parent9c4cfabef9766f82798e7361823a3b2284604ccd (diff)
downloadmongo-f79771f554b078c96095e9a71e6ceaf127e69077.tar.gz
SERVER-25254 Blacklist new auth test from continuous 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 5bf1eadb528..bdf8ec02506 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -6,6 +6,7 @@ selector:
exclude_files:
# Auth tests require authentication on the stepdown thread's connection
- jstests/sharding/auth*.js
+ - jstests/sharding/replset_config/auth*.js
- jstests/sharding/cleanup_orphaned_auth.js
- jstests/sharding/localhostAuthBypass.js
- jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js