summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2018-11-09 16:05:59 -0500
committerLouis Williams <louis.williams@mongodb.com>2018-11-09 17:27:42 -0500
commit1680751ed77c70f90f6d6533562b6915a103c3ac (patch)
treea07f4b448222ed7449a071309549d038be202762 /jstests/disk
parentcadd454ca9dcfad9883d98a2b2de78d5f129d4aa (diff)
downloadmongo-1680751ed77c70f90f6d6533562b6915a103c3ac.tar.gz
SERVER-38065 Disable wt_repair_corrupt_metadata on Windows build variants
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/wt_repair_corrupt_metadata.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/disk/wt_repair_corrupt_metadata.js b/jstests/disk/wt_repair_corrupt_metadata.js
index 23630f45a18..02fa8e37f79 100644
--- a/jstests/disk/wt_repair_corrupt_metadata.js
+++ b/jstests/disk/wt_repair_corrupt_metadata.js
@@ -6,6 +6,11 @@
(function() {
+ if (_isWindows()) {
+ jsTestLog("Skipping test on Windows");
+ return;
+ }
+
load('jstests/disk/libs/wt_file_helper.js');
const baseName = "wt_repair_corrupt_metadata";