summaryrefslogtreecommitdiff
path: root/jstests/auth/getMore.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/getMore.js')
-rw-r--r--jstests/auth/getMore.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/auth/getMore.js b/jstests/auth/getMore.js
index c593a35957d..26ec6a2783a 100644
--- a/jstests/auth/getMore.js
+++ b/jstests/auth/getMore.js
@@ -329,13 +329,8 @@ runTest(conn);
MongoRunner.stopMongod(conn);
// Run the test on a sharded cluster.
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
-let cluster = new ShardingTest({
- shards: 1,
- mongos: 1,
- keyFile: "jstests/libs/key1",
- other: {shardOptions: {auth: ""}, shardAsReplicaSet: false}
-});
+let cluster = new ShardingTest(
+ {shards: 1, mongos: 1, keyFile: "jstests/libs/key1", other: {shardOptions: {auth: ""}}});
runTest(cluster);
cluster.stop();
}());