diff options
Diffstat (limited to 'jstests/auth/pseudo_commands.js')
-rw-r--r-- | jstests/auth/pseudo_commands.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/auth/pseudo_commands.js b/jstests/auth/pseudo_commands.js index 921c1c3f548..42f1996aa54 100644 --- a/jstests/auth/pseudo_commands.js +++ b/jstests/auth/pseudo_commands.js @@ -190,6 +190,8 @@ runTest(conn); MongoRunner.stopMongod(conn); jsTest.log('Test sharding'); -var st = new ShardingTest({shards: 2, config: 3, keyFile: 'jstests/libs/key1'}); +// TODO: Remove 'shardAsReplicaSet: false' when SERVER-32672 is fixed. +var st = new ShardingTest( + {shards: 2, config: 3, keyFile: 'jstests/libs/key1', other: {shardAsReplicaSet: false}}); runTest(st.s); st.stop(); |