summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_snapshot_mongos.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/readConcern_snapshot_mongos.js')
-rw-r--r--jstests/noPassthrough/readConcern_snapshot_mongos.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/noPassthrough/readConcern_snapshot_mongos.js b/jstests/noPassthrough/readConcern_snapshot_mongos.js
index 2fb7e4387df..db11ca7d3ef 100644
--- a/jstests/noPassthrough/readConcern_snapshot_mongos.js
+++ b/jstests/noPassthrough/readConcern_snapshot_mongos.js
@@ -29,10 +29,6 @@
// Insert data to create the collection.
assert.writeOK(testDB[collName].insert({x: 1}));
- // TODO SERVER-35707: Re-targeting errors abort transactions. Run distinct on the unsharded
- // collection to force the shard and mongos to refresh their DB versions.
- assert.commandWorked(testDB.runCommand({distinct: collName, key: "x"}));
-
// noPassthrough tests
// readConcern 'snapshot' is not allowed outside session context.