summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index af525e001c8..6400835c3d1 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -353,7 +353,6 @@ jsTestOptions = function() {
// in dbpath; additionally, prevent the dbpath from being cleared after a node
// is shut down.
alwaysUseLogFiles: TestData.alwaysUseLogFiles || false,
- skipCheckOrphans: TestData.skipCheckOrphans || false,
});
}
return _jsTestOptions;