summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-11-06 02:58:48 +0000
committerevergreen <evergreen@mongodb.com>2019-11-06 02:58:48 +0000
commit76b3623a478f9c710b4ce1318a452221fcb0cea9 (patch)
tree043c024b581b0d93d8fab87eec0ef943a2388491 /jstests/auth
parent5cb4b0a1cc7a60d6cea01e551aa0f5e5f6e823b4 (diff)
downloadmongo-76b3623a478f9c710b4ce1318a452221fcb0cea9.tar.gz
SERVER-44220 Remove stale TODO in list_sessions.js
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/list_sessions.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/auth/list_sessions.js b/jstests/auth/list_sessions.js
index 8ee24319bd5..291c1e1d050 100644
--- a/jstests/auth/list_sessions.js
+++ b/jstests/auth/list_sessions.js
@@ -62,10 +62,6 @@ function runListSessionsTest(mongod) {
// Ensure users can't view either other's sessions.
assertErrorCode(config.system.sessions, user1Pipeline, ErrorCodes.Unauthorized);
- if (true) {
- // TODO SERVER-29141: Support forcing pipelines to run on mongos
- return;
- }
function listLocalSessions() {
return config.aggregate([{'$listLocalSessions': {}}]);
}