summaryrefslogtreecommitdiff
path: root/jstests/sharding/timeseries_update_routing.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/timeseries_update_routing.js')
-rw-r--r--jstests/sharding/timeseries_update_routing.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/jstests/sharding/timeseries_update_routing.js b/jstests/sharding/timeseries_update_routing.js
index 384882f983a..d2a838c1831 100644
--- a/jstests/sharding/timeseries_update_routing.js
+++ b/jstests/sharding/timeseries_update_routing.js
@@ -33,13 +33,6 @@ if (!TimeseriesTest.shardedtimeseriesCollectionsEnabled(st.shard0)) {
return;
}
-if (!TimeseriesTest.timeseriesUpdatesAndDeletesEnabled(st.shard0)) {
- jsTestLog(
- "Skipping test because the updates and deletes on time-series collection feature flag is disabled");
- st.stop();
- return;
-}
-
if (!TimeseriesTest.shardedTimeseriesUpdatesAndDeletesEnabled(st.shard0)) {
jsTestLog(
"Skipping test because the updates and deletes on sharded time-series collection feature flag is disabled");