summaryrefslogtreecommitdiff
path: root/jstests/replsets/read_committed_no_snapshots.js
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2016-02-09 15:36:59 -0500
committerScott Hernandez <scotthernandez@gmail.com>2016-02-09 18:02:27 -0500
commitd0cd37a4e24a1aa3859409fbb87f0248264040e6 (patch)
tree3240a145bee92cf3451aab9e84bf82baf39893cf /jstests/replsets/read_committed_no_snapshots.js
parentf5a9081a412ada3fc8a472b267f932f76b345126 (diff)
downloadmongo-d0cd37a4e24a1aa3859409fbb87f0248264040e6.tar.gz
SERVER-22533: disable ReadConcern.Majority tests for noJournal variant
Diffstat (limited to 'jstests/replsets/read_committed_no_snapshots.js')
-rw-r--r--jstests/replsets/read_committed_no_snapshots.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/read_committed_no_snapshots.js b/jstests/replsets/read_committed_no_snapshots.js
index 60b5d7d9ca0..2abf15beb2d 100644
--- a/jstests/replsets/read_committed_no_snapshots.js
+++ b/jstests/replsets/read_committed_no_snapshots.js
@@ -1,4 +1,6 @@
/**
+ * @tags: [requires_journaling]
+ *
* Test basic read committed maxTimeMS timeout while waiting for a committed snapshot:
* - Reads with an 'afterOpTime' snapshot >= current time should be able to see things that
* happened before or at that opTime.