summaryrefslogtreecommitdiff
path: root/jstests/replsets/config_server_checks.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/config_server_checks.js')
-rw-r--r--jstests/replsets/config_server_checks.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/config_server_checks.js b/jstests/replsets/config_server_checks.js
index 66d30535677..c88ccf6815b 100644
--- a/jstests/replsets/config_server_checks.js
+++ b/jstests/replsets/config_server_checks.js
@@ -1,6 +1,9 @@
/*
* Tests various combinations of the configsvr field in replica set configurations and the
* command line options that control whether a node can function as a member of a CSRS.
+ *
+ * This test requires mmapv1.
+ * @tags: [requires_mmapv1]
*/
function expectState(rst, state) {