summaryrefslogtreecommitdiff
path: root/jstests/disk/datafile_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/disk/datafile_options.js')
-rw-r--r--jstests/disk/datafile_options.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/disk/datafile_options.js b/jstests/disk/datafile_options.js
index d495e61cff2..13d8a359693 100644
--- a/jstests/disk/datafile_options.js
+++ b/jstests/disk/datafile_options.js
@@ -1,3 +1,6 @@
+// This test fiddles with preallocation, an mmap only behavior.
+// @tags: [requires_mmapv1]
+
var baseName = "jstests_disk_datafile_options";
load('jstests/libs/command_line/test_parsed_options.js');
@@ -32,5 +35,3 @@ expectedResult = {
};
testGetCmdLineOptsMongod({config: "jstests/libs/config_files/disable_noprealloc.ini"},
expectedResult);
-
-print(baseName + " succeeded.");