summaryrefslogtreecommitdiff
path: root/jstests/auth/auth_mechanism_discovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/auth_mechanism_discovery.js')
-rw-r--r--jstests/auth/auth_mechanism_discovery.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/auth/auth_mechanism_discovery.js b/jstests/auth/auth_mechanism_discovery.js
index 78b150ec1aa..d17d1ddb03b 100644
--- a/jstests/auth/auth_mechanism_discovery.js
+++ b/jstests/auth/auth_mechanism_discovery.js
@@ -43,13 +43,8 @@ runTest(m);
MongoRunner.stopMongod(m);
// Test sharded.
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
-const st = new ShardingTest({
- shards: 1,
- mongos: 1,
- config: 1,
- other: {keyFile: 'jstests/libs/key1', shardAsReplicaSet: false}
-});
+const st =
+ new ShardingTest({shards: 1, mongos: 1, config: 1, other: {keyFile: 'jstests/libs/key1'}});
runTest(st.s0);
st.stop();
})();