summaryrefslogtreecommitdiff
path: root/jstests/auth/rename.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/rename.js')
-rw-r--r--jstests/auth/rename.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/auth/rename.js b/jstests/auth/rename.js
index a8120d22322..0ae3eac3113 100644
--- a/jstests/auth/rename.js
+++ b/jstests/auth/rename.js
@@ -1,5 +1,8 @@
// test renameCollection with auth
+// TODO SERVER-35447: Multiple users cannot be authenticated on one connection within a session.
+TestData.disableImplicitSessions = true;
+
var m = MongoRunner.runMongod({auth: ""});
var db1 = m.getDB("foo");
@@ -42,4 +45,4 @@ assert.eq(db1.a.count(), 0);
assert.eq(db1.b.count(), 0);
assert.eq(db2.a.count(), 1);
-MongoRunner.stopMongod(m, null, {user: 'admin', pwd: 'password'}); \ No newline at end of file
+MongoRunner.stopMongod(m, null, {user: 'admin', pwd: 'password'});