summaryrefslogtreecommitdiff
path: root/jstests/core/storageDetailsCommand.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/storageDetailsCommand.js')
-rw-r--r--jstests/core/storageDetailsCommand.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/storageDetailsCommand.js b/jstests/core/storageDetailsCommand.js
index 12baf9c4b92..cfd370cadaf 100644
--- a/jstests/core/storageDetailsCommand.js
+++ b/jstests/core/storageDetailsCommand.js
@@ -12,7 +12,6 @@ for (var i = 0; i < 3000; ++i) {
function test() {
var result = t.diskStorageStats({numberOfSlices: 100});
-
if (result["code"] === COMMAND_NOT_FOUND_CODE) {
print("storageDetails command not available: skipping");
return;