summaryrefslogtreecommitdiff
path: root/jstests/auth/lib/commands_lib.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/lib/commands_lib.js')
-rw-r--r--jstests/auth/lib/commands_lib.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index ea375a214f6..f40213bbaef 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -5199,21 +5199,6 @@ var authCommandsLib = {
]
},
{
- testname: "resync",
- command: {resync: 1},
- skipSharded: true,
- testcases: [
- {
- runOnDb: adminDbName,
- roles: {hostManager: 1, clusterManager: 1, clusterAdmin: 1, root: 1, __system: 1},
- privileges: [{resource: {cluster: true}, actions: ["resync"]}],
- expectFail: true
- },
- {runOnDb: firstDbName, roles: {}},
- {runOnDb: secondDbName, roles: {}}
- ]
- },
- {
testname: "serverStatus",
command: {serverStatus: 1},
testcases: [