summaryrefslogtreecommitdiff
path: root/jstests/auth/lib/commands_lib.js
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2017-07-17 17:02:56 -0400
committerGabriel Russell <gabriel.russell@mongodb.com>2017-07-17 17:02:56 -0400
commitb8683e45c218b4233831931aa33afaaa9f84f0c1 (patch)
tree731b0c3948f5adaaffdec8a78e94b01c56b38388 /jstests/auth/lib/commands_lib.js
parentc23a43323ed194013b0d16b6cbbd08d88e6a7c08 (diff)
downloadmongo-b8683e45c218b4233831931aa33afaaa9f84f0c1.tar.gz
Revert "SERVER-28334 startSession command"
This reverts commit ba8f82ff901ce971fadae87b4e45a3432248d434.
Diffstat (limited to 'jstests/auth/lib/commands_lib.js')
-rw-r--r--jstests/auth/lib/commands_lib.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/auth/lib/commands_lib.js b/jstests/auth/lib/commands_lib.js
index 6431052a403..d1e677af08b 100644
--- a/jstests/auth/lib/commands_lib.js
+++ b/jstests/auth/lib/commands_lib.js
@@ -4454,12 +4454,6 @@ var authCommandsLib = {
{runOnDb: adminDbName, roles: {__system: 1}, expectFail: true},
]
},
- {
- testname: "startSession",
- command: {startSession: 1},
- privileges: [{resource: {cluster: true}, actions: ["startSession"]}],
- testcases: [{runOnDb: adminDbName, roles: roles_all}],
- },
],
/************* SHARED TEST LOGIC ****************/