summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/start_session_command.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/start_session_command.js')
-rw-r--r--jstests/noPassthrough/start_session_command.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/noPassthrough/start_session_command.js b/jstests/noPassthrough/start_session_command.js
index 4564cf5ab54..bfdd053179d 100644
--- a/jstests/noPassthrough/start_session_command.js
+++ b/jstests/noPassthrough/start_session_command.js
@@ -1,5 +1,10 @@
(function() {
'use strict';
+
+ // This test makes assertions about the number of sessions, which are not compatible with
+ // implicit sessions.
+ TestData.disableImplicitSessions = true;
+
var conn;
var admin;
var foo;