summaryrefslogtreecommitdiff
path: root/jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js')
-rw-r--r--jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js b/jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js
index 43e47547c1f..6196351445d 100644
--- a/jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js
+++ b/jstests/multiVersion/mongos_rs_legacy_auth_shard_failure_tolerance.js
@@ -16,6 +16,7 @@
var options = { separateConfig : true,
rs : true,
+ enableBalancer: true,
mongosOptions : { binVersion : "2.6" },
rsOptions : { nodes : 2, binVersion : "2.4" },
keyFile : "jstests/libs/key1" };