summaryrefslogtreecommitdiff
path: root/jstests/sharding/coll_epoch_test0.js
diff options
context:
space:
mode:
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" )