summaryrefslogtreecommitdiff
path: root/jstests/sharding/authwhere.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/authwhere.js')
-rw-r--r--jstests/sharding/authwhere.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/sharding/authwhere.js b/jstests/sharding/authwhere.js
index e9b338801bf..bd0d4721f85 100644
--- a/jstests/sharding/authwhere.js
+++ b/jstests/sharding/authwhere.js
@@ -27,13 +27,8 @@ function assertInsert(collection, obj) {
assert.commandWorked(collection.insert(obj));
}
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
-var cluster = new ShardingTest({
- name: "authwhere",
- shards: 1,
- mongos: 1,
- other: {keyFile: 'jstests/libs/key1', shardAsReplicaSet: false}
-});
+var cluster = new ShardingTest(
+ {name: "authwhere", shards: 1, mongos: 1, other: {keyFile: 'jstests/libs/key1'}});
// Set up the test data.
(function() {