summaryrefslogtreecommitdiff
path: root/jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js')
-rw-r--r--jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js b/jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js
index 5ce56f9f546..774c1d7dd01 100644
--- a/jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js
+++ b/jstests/sharding/mongos_rs_auth_shard_failure_tolerance.js
@@ -24,9 +24,6 @@ TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
// TODO SERVER-32672: remove this flag.
TestData.skipGossipingClusterTime = true;
-// TODO SERVER-35447: Multiple users cannot be authenticated on one connection within a session.
-TestData.disableImplicitSessions = true;
-
var options = {rs: true, rsOptions: {nodes: 2}, keyFile: "jstests/libs/key1"};
var st = new ShardingTest({shards: 3, mongos: 1, other: options});