summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/read_majority_reads.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/read_majority_reads.js')
-rw-r--r--jstests/noPassthrough/read_majority_reads.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/read_majority_reads.js b/jstests/noPassthrough/read_majority_reads.js
index 768e5f79dd6..c8322a31c67 100644
--- a/jstests/noPassthrough/read_majority_reads.js
+++ b/jstests/noPassthrough/read_majority_reads.js
@@ -14,6 +14,7 @@
* Each operation is tested on a single node, and (if supported) through mongos on both sharded and
* unsharded collections. Mongos doesn't directly handle readConcern majority, but these tests
* should ensure that it correctly propagates the setting to the shards when running commands.
+ * @tags: [requires_sharding]
*/
(function() {