summaryrefslogtreecommitdiff
path: root/jstests/auth/views_authz.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/views_authz.js')
-rw-r--r--jstests/auth/views_authz.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/jstests/auth/views_authz.js b/jstests/auth/views_authz.js
index f510912f3fe..eaab62647cb 100644
--- a/jstests/auth/views_authz.js
+++ b/jstests/auth/views_authz.js
@@ -133,13 +133,8 @@ runTest(mongod);
MongoRunner.stopMongod(mongod);
// 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();
}());