summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js')
-rw-r--r--jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js b/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
index 7a468b51a10..4831969953e 100644
--- a/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
+++ b/jstests/noPassthroughWithMongod/sharding_migrate_large_docs.js
@@ -3,8 +3,6 @@
//
var st = new ShardingTest({shards: 2, mongos: 1});
-st.disableAutoSplit();
-st.stopBalancer();
var mongos = st.s0;
var coll = mongos.getCollection("foo.bar");