summaryrefslogtreecommitdiff
path: root/jstests/sharding/sample_timeseries.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/sample_timeseries.js')
-rw-r--r--jstests/sharding/sample_timeseries.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/sharding/sample_timeseries.js b/jstests/sharding/sample_timeseries.js
index 12317865c24..a92603f2a89 100644
--- a/jstests/sharding/sample_timeseries.js
+++ b/jstests/sharding/sample_timeseries.js
@@ -25,12 +25,6 @@ const primaryDB = primary.getDB(dbName);
const otherShard = st.shard1;
const otherShardDB = otherShard.getDB(dbName);
-if (!TimeseriesTest.timeseriesCollectionsEnabled(primary)) {
- jsTestLog("Skipping test because the time-series collection feature flag is disabled");
- st.stop();
- return;
-}
-
if (!TimeseriesTest.shardedtimeseriesCollectionsEnabled(primary)) {
jsTestLog("Skipping test because the sharded time-series collection feature flag is disabled");
st.stop();