summaryrefslogtreecommitdiff
path: root/jstests/auth/kill_cursors.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/kill_cursors.js')
-rw-r--r--jstests/auth/kill_cursors.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/auth/kill_cursors.js b/jstests/auth/kill_cursors.js
index 893c7139c79..bb31721e860 100644
--- a/jstests/auth/kill_cursors.js
+++ b/jstests/auth/kill_cursors.js
@@ -162,13 +162,8 @@ const mongod = MongoRunner.runMongod({auth: ""});
runTest(mongod);
MongoRunner.stopMongod(mongod);
-// 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();
})();