diff options
Diffstat (limited to 'jstests/sharding/cleanup_orphaned_auth.js')
-rw-r--r-- | jstests/sharding/cleanup_orphaned_auth.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/sharding/cleanup_orphaned_auth.js b/jstests/sharding/cleanup_orphaned_auth.js index 4943643c33d..f32a66ee242 100644 --- a/jstests/sharding/cleanup_orphaned_auth.js +++ b/jstests/sharding/cleanup_orphaned_auth.js @@ -5,6 +5,9 @@ (function() { 'use strict'; + // TODO SERVER-35447: Multiple users cannot be authenticated on one connection within a session. + TestData.disableImplicitSessions = true; + function assertUnauthorized(res, msg) { if (assert._debug && msg) print("in assert for: " + msg); |