summaryrefslogtreecommitdiff
path: root/jstests/core/apitest_db.js
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2016-03-29 15:07:43 -0400
committerJason Carey <jcarey@argv.me>2016-03-29 15:59:52 -0400
commit42930d4ffc88527489f8c60c80a0d57bb95519e5 (patch)
treec19953bdd177d81570ced67d6639f0883c5725b9 /jstests/core/apitest_db.js
parent6bd6589e806c6545906475510e1b385774676489 (diff)
downloadmongo-42930d4ffc88527489f8c60c80a0d57bb95519e5.tar.gz
SERVER-23400 tag and skip mmapv1 tests on s390x
Diffstat (limited to 'jstests/core/apitest_db.js')
-rw-r--r--jstests/core/apitest_db.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/apitest_db.js b/jstests/core/apitest_db.js
index 688baa8dd4f..6018835e7f2 100644
--- a/jstests/core/apitest_db.js
+++ b/jstests/core/apitest_db.js
@@ -1,5 +1,8 @@
/**
* Tests for the db object enhancement
+ *
+ * This test requires mmapv1.
+ * @tags: [requires_mmapv1]
*/
assert("test" == db, "wrong database currently not test");