summaryrefslogtreecommitdiff
path: root/jstests/sharding
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-03-16 15:18:56 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-17 20:34:36 +0000
commita6350e13bb18eab3b00624d8c8d82e550a382906 (patch)
tree7a01a06953e4da1323575f80423098260117120c /jstests/sharding
parent9af76322fd8e69ebdb9aa443f1d18c44efc71684 (diff)
downloadmongo-a6350e13bb18eab3b00624d8c8d82e550a382906.tar.gz
SERVER-46211 Disable balancer on mr_output_options.js
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/mr_output_options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/mr_output_options.js b/jstests/sharding/mr_output_options.js
index 0581ce6b124..893aee7d879 100644
--- a/jstests/sharding/mr_output_options.js
+++ b/jstests/sharding/mr_output_options.js
@@ -6,7 +6,7 @@
(function() {
"use strict";
-const st = new ShardingTest({shards: 2, mongos: 1, other: {chunkSize: 1, enableBalancer: true}});
+const st = new ShardingTest({shards: 2, other: {chunkSize: 1}});
const testDB = st.getDB("mrShard");
const inputColl = testDB.srcSharded;