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.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index b04f48f060d..ed7ae60138b 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -3566,26 +3566,6 @@ var authCommandsLib = {
]
},
{
- testname: "eval",
- command: {
- $eval: function() {
- print("noop");
- }
- },
- testcases: [
- {
- runOnDb: firstDbName,
- roles: {__system: 1},
- privileges: [{resource: {anyResource: true}, actions: ["anyAction"]}]
- },
- {
- runOnDb: secondDbName,
- roles: {__system: 1},
- privileges: [{resource: {anyResource: true}, actions: ["anyAction"]}]
- }
- ]
- },
- {
testname: "features",
command: {features: 1},
testcases: [