summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_metrics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/resharding_metrics.js')
-rw-r--r--jstests/sharding/resharding_metrics.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/resharding_metrics.js b/jstests/sharding/resharding_metrics.js
index abd37b77f63..02c15cb1615 100644
--- a/jstests/sharding/resharding_metrics.js
+++ b/jstests/sharding/resharding_metrics.js
@@ -94,8 +94,6 @@ reshardingTest.withReshardingInBackground(
assert(curOpSection.hasOwnProperty('recipientState'), tojson(curOpSection));
assert(curOpSection.hasOwnProperty('documentsCopied'), tojson(curOpSection));
assert(curOpSection.hasOwnProperty('oplogEntriesApplied'), tojson(curOpSection));
- assert(curOpSection.hasOwnProperty('remainingOperationTimeEstimatedSecs'),
- tojson(curOpSection));
});
const curOpSection =