summaryrefslogtreecommitdiff
path: root/jstests/replsets/command_response_operation_time.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/command_response_operation_time.js')
-rw-r--r--jstests/replsets/command_response_operation_time.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/command_response_operation_time.js b/jstests/replsets/command_response_operation_time.js
index cd889e0b090..d4aecdb2248 100644
--- a/jstests/replsets/command_response_operation_time.js
+++ b/jstests/replsets/command_response_operation_time.js
@@ -2,6 +2,7 @@
* Tests that reads and writes in a replica set return the correct operationTime for their
* read/write concern level. Majority reads and writes return the last committed optime's timestamp
* and local reads and writes return the last applied optime's timestamp.
+ * @tags: [requires_majority_read_concern]
*/
(function() {
"use strict";