summaryrefslogtreecommitdiff
path: root/jstests/auth/commands_builtin_roles.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/commands_builtin_roles.js')
-rw-r--r--jstests/auth/commands_builtin_roles.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/auth/commands_builtin_roles.js b/jstests/auth/commands_builtin_roles.js
index 4b0c803a771..637634df83b 100644
--- a/jstests/auth/commands_builtin_roles.js
+++ b/jstests/auth/commands_builtin_roles.js
@@ -162,7 +162,8 @@ authCommandsLib.runTests(conn, impls);
MongoRunner.stopMongod(conn);
// run all tests sharded
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
+// TODO: SERVER-43897 Make commands_user_defined_roles.js and commands_builtin_roles.js start shards
+// as replica sets.
conn = new ShardingTest({
shards: 2,
mongos: 1,