summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-03-11 17:28:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-11 19:05:57 +0000
commitdb266032fefe780ee1f9d1c24ff2984fbd76f8b0 (patch)
tree3fdac995de970fe8fa9fdc3b54a6888101d25e95 /jstests
parentaebf1ab7fa5df7c91cbb8b07754ea1d1a67703bb (diff)
downloadmongo-db266032fefe780ee1f9d1c24ff2984fbd76f8b0.tar.gz
SERVER-64441 add requires_majority_read_concern to list_catalog_read_concern.js
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/list_catalog_read_concern.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/list_catalog_read_concern.js b/jstests/noPassthrough/list_catalog_read_concern.js
index 2b1cb6c4647..5391d497d1a 100644
--- a/jstests/noPassthrough/list_catalog_read_concern.js
+++ b/jstests/noPassthrough/list_catalog_read_concern.js
@@ -1,6 +1,7 @@
/**
* Tests listCatalog aggregation stage with local and majority read concerns.
* @tags: [
+ * requires_majority_read_concern,
* requires_replication,
* ]
*/