summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-08-14 16:37:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-14 21:39:49 +0000
commit999c821df183f2e8d0b2fdc6cef09070434278b7 (patch)
tree5084095c9db0f67868d24d02aadf0f97ba01c483 /jstests/disk
parent309b039304e6a77465c4fe917dff54fb3d892976 (diff)
downloadmongo-999c821df183f2e8d0b2fdc6cef09070434278b7.tar.gz
SERVER-50205 re-enable repair_corrupt_document.js and validate_repair_mode.js under windows
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/repair_corrupt_document.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/disk/repair_corrupt_document.js b/jstests/disk/repair_corrupt_document.js
index 256270931af..428bbf24756 100644
--- a/jstests/disk/repair_corrupt_document.js
+++ b/jstests/disk/repair_corrupt_document.js
@@ -6,12 +6,6 @@
load('jstests/disk/libs/wt_file_helper.js');
-if (_isWindows()) {
- // TODO(SERVER-50205): Re-enable under Windows.
- jsTestLog('Skipping test under Windows.');
- return;
-}
-
const baseName = "repair_corrupt_document";
const collName = "test";
const dbpath = MongoRunner.dataPath + baseName + "/";