summaryrefslogtreecommitdiff
path: root/jstests/auth/kill_sessions.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-04-30 11:49:12 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-30 20:59:56 +0000
commit682f0540c970ac7f90afd59b1c325b21608fb3bf (patch)
tree4a0b4645661977d88c4a1b90c6656b5893bb1879 /jstests/auth/kill_sessions.js
parentef0e96cef56425a8d9ed23e98d79698260cb70c6 (diff)
downloadmongo-682f0540c970ac7f90afd59b1c325b21608fb3bf.tar.gz
SERVER-43469 Remove TODOs listed for SERVER-35447
Diffstat (limited to 'jstests/auth/kill_sessions.js')
-rw-r--r--jstests/auth/kill_sessions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/kill_sessions.js b/jstests/auth/kill_sessions.js
index 99ddc51296f..a2f74d91b85 100644
--- a/jstests/auth/kill_sessions.js
+++ b/jstests/auth/kill_sessions.js
@@ -3,8 +3,8 @@ load("jstests/libs/kill_sessions.js");
(function() {
'use strict';
-// TODO SERVER-35447: This test involves killing all sessions, which will not work as expected
-// if the kill command is sent with an implicit session.
+// This test involves killing all sessions, which will not work as expected if the kill command is
+// sent with an implicit session.
TestData.disableImplicitSessions = true;
var forExec = MongoRunner.runMongod({auth: ""});