summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/autodiscover_config_rs_from_secondary.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/autodiscover_config_rs_from_secondary.js b/jstests/sharding/autodiscover_config_rs_from_secondary.js
index 7de48d39cd6..c439f5347d3 100644
--- a/jstests/sharding/autodiscover_config_rs_from_secondary.js
+++ b/jstests/sharding/autodiscover_config_rs_from_secondary.js
@@ -6,7 +6,8 @@ load('jstests/libs/feature_compatibility_version.js');
(function() {
'use strict';
- var rst = new ReplSetTest({name: "configRS", nodes: 3, nodeOptions: {configsvr: ""}});
+ var rst = new ReplSetTest(
+ {name: "configRS", nodes: 3, nodeOptions: {configsvr: "", storageEngine: "wiredTiger"}});
rst.startSet();
var conf = rst.getReplSetConfig();
conf.members[1].priority = 0;