diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2020-04-30 11:49:12 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-30 20:59:56 +0000 |
commit | 682f0540c970ac7f90afd59b1c325b21608fb3bf (patch) | |
tree | 4a0b4645661977d88c4a1b90c6656b5893bb1879 /jstests/auth/commands_user_defined_roles.js | |
parent | ef0e96cef56425a8d9ed23e98d79698260cb70c6 (diff) | |
download | mongo-682f0540c970ac7f90afd59b1c325b21608fb3bf.tar.gz |
SERVER-43469 Remove TODOs listed for SERVER-35447
Diffstat (limited to 'jstests/auth/commands_user_defined_roles.js')
-rw-r--r-- | jstests/auth/commands_user_defined_roles.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/commands_user_defined_roles.js b/jstests/auth/commands_user_defined_roles.js index 8b7650a6cee..ea9e3d7d94e 100644 --- a/jstests/auth/commands_user_defined_roles.js +++ b/jstests/auth/commands_user_defined_roles.js @@ -9,8 +9,8 @@ in jstests/auth/lib/commands_lib.js. */ -// 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; // constants |