summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-10-18 15:46:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-20 17:47:21 +0000
commit7833ccaa7e2aa6f342a859b6daecb13c86170d3e (patch)
tree18a77690b88a9315e98d38ad7d03a6df44611a7b
parentd881f91800f3d213df8348a6acacdad9dff174da (diff)
downloadmongo-7833ccaa7e2aa6f342a859b6daecb13c86170d3e.tar.gz
SERVER-60765 Remove assumes_against_mongod_not_mongos from no_snapshot_writes_outside_txn.js
-rw-r--r--jstests/core/txns/no_snapshot_writes_outside_txn.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/jstests/core/txns/no_snapshot_writes_outside_txn.js b/jstests/core/txns/no_snapshot_writes_outside_txn.js
index bf2162c5265..26d35a2d4e6 100644
--- a/jstests/core/txns/no_snapshot_writes_outside_txn.js
+++ b/jstests/core/txns/no_snapshot_writes_outside_txn.js
@@ -1,12 +1,7 @@
/**
* Verify that readConcern: snapshot is not permitted for writes outside transactions.
*
- * // TODO(SERVER-47915): remove assumes_against_mongod_not_mongos
- * @tags: [
- * assumes_against_mongod_not_mongos,
- * requires_persistence,
- * uses_transactions,
- * ]
+ * @tags: [requires_persistence, uses_transactions]
*/
(function() {