diff options
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r-- | jstests/multiVersion/libs/dumprestore_helpers.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/multiVersion/libs/dumprestore_helpers.js b/jstests/multiVersion/libs/dumprestore_helpers.js index a2b7d22d20c..619d6379830 100644 --- a/jstests/multiVersion/libs/dumprestore_helpers.js +++ b/jstests/multiVersion/libs/dumprestore_helpers.js @@ -51,7 +51,6 @@ function multiVersionDumpRestoreTest(configObj) { resetDbpath(configObj.testDbpath); if (configObj.dumpType === "mongos") { var shardingTestConfig = { - sync: true, // Mixed version clusters can't use replsets for config servers name: testBaseName + "_sharded_source", mongos: [{binVersion: configObj.serverSourceVersion}], shards: [{binVersion: configObj.serverSourceVersion}], @@ -114,7 +113,6 @@ function multiVersionDumpRestoreTest(configObj) { }); } else { /* "mongos" */ var shardingTestConfig = { - sync: true, // Mixed version clusters can't use replsets for config servers name: testBaseName + "_sharded_dest", mongos: [{binVersion: configObj.serverDestVersion}], shards: [{binVersion: configObj.serverDestVersion}], |