summaryrefslogtreecommitdiff
path: root/jstests/sharding/mongos_no_detect_sharding.js
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-01-13 17:30:00 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-01-15 16:18:05 -0500
commit920d38ceb07bff0ec18e2f173d942c3b743dea4b (patch)
tree9643000f53c9fdd8769404c5a43df3b3beb1274c /jstests/sharding/mongos_no_detect_sharding.js
parent2d8008289b9d075c56841dc08830bb7cff28aeaf (diff)
downloadmongo-920d38ceb07bff0ec18e2f173d942c3b743dea4b.tar.gz
SERVER-22081 blacklisting tests from the continuous config stepdown suite that do direct writes (with no retries) against config/admin databases
Diffstat (limited to 'jstests/sharding/mongos_no_detect_sharding.js')
-rw-r--r--jstests/sharding/mongos_no_detect_sharding.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/sharding/mongos_no_detect_sharding.js b/jstests/sharding/mongos_no_detect_sharding.js
index a0423381fc9..5e4ab46a371 100644
--- a/jstests/sharding/mongos_no_detect_sharding.js
+++ b/jstests/sharding/mongos_no_detect_sharding.js
@@ -8,12 +8,8 @@ var st = new ShardingTest({ name: "mongos_no_detect_sharding",
var mongos = st.s
var config = mongos.getDB("config")
-config.settings.update({ _id : "balancer" }, { $set : { stopped : true } }, true )
-
-
print( "Creating unsharded connection..." )
-
var mongos2 = st._mongos[1]
var coll = mongos2.getCollection( "test.foo" )