summaryrefslogtreecommitdiff
path: root/jstests/auth/user_management_commands_sharded_wc_1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/user_management_commands_sharded_wc_1.js')
-rw-r--r--jstests/auth/user_management_commands_sharded_wc_1.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/auth/user_management_commands_sharded_wc_1.js b/jstests/auth/user_management_commands_sharded_wc_1.js
index 675efba731a..6287315efa6 100644
--- a/jstests/auth/user_management_commands_sharded_wc_1.js
+++ b/jstests/auth/user_management_commands_sharded_wc_1.js
@@ -7,9 +7,7 @@
load('jstests/auth/user_management_commands_lib.js');
-// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed.
-var st = new ShardingTest(
- {shards: 2, config: 3, keyFile: 'jstests/libs/key1', other: {shardAsReplicaSet: false}});
+var st = new ShardingTest({shards: 2, config: 3, keyFile: 'jstests/libs/key1'});
runAllUserManagementCommandsTests(st.s, {w: 1});
st.stop();
})();