summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/collection_defragmentation.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/collection_defragmentation.js')
-rw-r--r--jstests/concurrency/fsm_workloads/collection_defragmentation.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/collection_defragmentation.js b/jstests/concurrency/fsm_workloads/collection_defragmentation.js
index 868d3fa70c5..625937d2763 100644
--- a/jstests/concurrency/fsm_workloads/collection_defragmentation.js
+++ b/jstests/concurrency/fsm_workloads/collection_defragmentation.js
@@ -221,8 +221,6 @@ var $config = (function() {
for (let j = 0; j < collCount; j++) {
const fullNs = dbName + "." + collPrefix + j;
defragmentationUtil.waitForEndOfDefragmentation(mongos, fullNs);
- defragmentationUtil.checkPostDefragmentationState(
- mongos, fullNs, maxChunkSizeMB, "key");
}
}
}