summaryrefslogtreecommitdiff
path: root/jstests/sharding/coll_epoch_test0.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/coll_epoch_test0.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/coll_epoch_test0.js')
-rw-r--r--jstests/sharding/coll_epoch_test0.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/coll_epoch_test0.js b/jstests/sharding/coll_epoch_test0.js
index 73614c095f5..35d01ff786d 100644
--- a/jstests/sharding/coll_epoch_test0.js
+++ b/jstests/sharding/coll_epoch_test0.js
@@ -1,8 +1,7 @@
// Tests whether a split and a migrate in a sharded cluster preserve the epoch
var st = new ShardingTest( { shards : 2, mongos : 1 } )
-// Stop balancer, it'll interfere
-st.stopBalancer()
+// Balancer is by default stopped, thus it will not interfere
var config = st.s.getDB( "config" )
var admin = st.s.getDB( "admin" )