summaryrefslogtreecommitdiff
path: root/jstests/ssl/ssl_fragment.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl/ssl_fragment.js')
-rw-r--r--jstests/ssl/ssl_fragment.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/jstests/ssl/ssl_fragment.js b/jstests/ssl/ssl_fragment.js
index 4e15262e57f..e585b9ac706 100644
--- a/jstests/ssl/ssl_fragment.js
+++ b/jstests/ssl/ssl_fragment.js
@@ -45,17 +45,11 @@ const mongod = MongoRunner.runMongod(options);
runTest(mongod);
MongoRunner.stopMongod(mongod);
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
const st = new ShardingTest({
shards: 3,
mongos: 1,
config: 1,
- other: {
- configOptions: options,
- mongosOptions: mongosOptions,
- shardOptions: options,
- shardAsReplicaSet: false,
- }
+ other: {configOptions: options, mongosOptions: mongosOptions, shardOptions: options}
});
runTest(st.s0);