diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-06-10 17:55:58 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-06-10 17:55:58 -0400 |
commit | 1f672d661fa3f48a099a7a6c10c4d6666dc06f19 (patch) | |
tree | fb26938216376e21a295c9163ac53a80b43d8d8f /jstests/auth | |
parent | b608e5c8bd704b2e1c100d0be191a0cf2735d892 (diff) | |
download | mongo-1f672d661fa3f48a099a7a6c10c4d6666dc06f19.tar.gz |
Revert "SERVER-24464 Write auth test cases for the _configsvrAddShard command"
This reverts commit b608e5c8bd704b2e1c100d0be191a0cf2735d892.
Diffstat (limited to 'jstests/auth')
-rw-r--r-- | jstests/auth/lib/commands_lib.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js index 90cc2c3b82c..91f553ac9b2 100644 --- a/jstests/auth/lib/commands_lib.js +++ b/jstests/auth/lib/commands_lib.js @@ -2486,14 +2486,6 @@ var authCommandsLib = { {runOnDb: firstDbName, roles: roles_all, privileges: []}, {runOnDb: secondDbName, roles: roles_all, privileges: []} ] - }, - { - testname: "_configsvrAddShard", - command: {_configsvrAddShard: "x"}, - skipSharded: true, - testcases: [ - {runOnDb: adminDbName, roles: {__system: 1}, expectFail: true}, - ] } ], |