summaryrefslogtreecommitdiff
path: root/jstests/core/txns/create_existing_indexes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/txns/create_existing_indexes.js')
-rw-r--r--jstests/core/txns/create_existing_indexes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/txns/create_existing_indexes.js b/jstests/core/txns/create_existing_indexes.js
index 5ec5dad43fe..9cda50a6164 100644
--- a/jstests/core/txns/create_existing_indexes.js
+++ b/jstests/core/txns/create_existing_indexes.js
@@ -9,7 +9,7 @@
(function() {
"use strict";
-const session = db.getMongo().startSession({causalConsistency: false});
+const session = db.getMongo().startSession();
const collName = "create_existing_indexes";
let sessionDB = session.getDatabase("test");