summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-06-10 17:55:58 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-06-10 17:55:58 -0400
commit1f672d661fa3f48a099a7a6c10c4d6666dc06f19 (patch)
treefb26938216376e21a295c9163ac53a80b43d8d8f /jstests/auth
parentb608e5c8bd704b2e1c100d0be191a0cf2735d892 (diff)
downloadmongo-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.js8
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},
- ]
}
],