summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/allocator_fragmentation.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/allocator_fragmentation.js')
-rw-r--r--jstests/noPassthroughWithMongod/allocator_fragmentation.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/noPassthroughWithMongod/allocator_fragmentation.js b/jstests/noPassthroughWithMongod/allocator_fragmentation.js
index 0e5bb1b311a..4937b1a5f16 100644
--- a/jstests/noPassthroughWithMongod/allocator_fragmentation.js
+++ b/jstests/noPassthroughWithMongod/allocator_fragmentation.js
@@ -5,12 +5,6 @@
(function() {
"use strict";
- // Skip this test if not running with WiredTiger
- if (jsTest.options().storageEngine && jsTest.options().storageEngine !== "wiredTiger") {
- jsTest.log("Skipping test because storageEngine is not 'wiredTiger'");
- return;
- }
-
var jobs = [];
var numUpdaterJobs = 16;