summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_snapshot_mongos.js
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-06-26 22:06:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-27 02:19:02 +0000
commitbfa69dbb3978645143e301d8966d020b58de0f4d (patch)
treef4e71fb3700d8226272258f277f37faa6bfa17d6 /jstests/noPassthrough/readConcern_snapshot_mongos.js
parent07ba071d6483606335527d50f053ed0159bc14c6 (diff)
downloadmongo-bfa69dbb3978645143e301d8966d020b58de0f4d.tar.gz
SERVER-49139 Skip snapshot tests with inMemory
Diffstat (limited to 'jstests/noPassthrough/readConcern_snapshot_mongos.js')
-rw-r--r--jstests/noPassthrough/readConcern_snapshot_mongos.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/jstests/noPassthrough/readConcern_snapshot_mongos.js b/jstests/noPassthrough/readConcern_snapshot_mongos.js
index ee61cb86e8d..c88f34844db 100644
--- a/jstests/noPassthrough/readConcern_snapshot_mongos.js
+++ b/jstests/noPassthrough/readConcern_snapshot_mongos.js
@@ -1,6 +1,12 @@
// Test parsing of readConcern level 'snapshot' and the presence of the 'atClusterTime' field in
// snapshot cursor responses on mongos.
-// @tags: [requires_replication,requires_sharding, uses_transactions, uses_atclustertime]
+// @tags: [
+// requires_persistence,
+// requires_replication,
+// requires_sharding,
+// uses_atclustertime,
+// uses_transactions,
+// ]
(function() {
"use strict";