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.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 4ab37824919..40c539c205c 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -5278,34 +5278,6 @@ var authCommandsLib = {
]
},
{
- testname: "touch",
- command: {touch: "x", data: true, index: false},
- skipSharded: true,
- setup: function(db) {
- db.x.save({});
- },
- teardown: function(db) {
- db.x.drop();
- },
- testcases: [
- {
- runOnDb: adminDbName,
- roles: roles_hostManager,
- privileges: [{resource: {cluster: true}, actions: ["touch"]}]
- },
- {
- runOnDb: firstDbName,
- roles: roles_hostManager,
- privileges: [{resource: {cluster: true}, actions: ["touch"]}]
- },
- {
- runOnDb: secondDbName,
- roles: roles_hostManager,
- privileges: [{resource: {cluster: true}, actions: ["touch"]}]
- }
- ]
- },
- {
testname: "unsetSharding",
command: {unsetSharding: "x"},
skipSharded: true,