summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_update.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_update.js')
-rw-r--r--jstests/core/timeseries/timeseries_update.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/timeseries/timeseries_update.js b/jstests/core/timeseries/timeseries_update.js
index a223d34763a..9eca3ee44fd 100644
--- a/jstests/core/timeseries/timeseries_update.js
+++ b/jstests/core/timeseries/timeseries_update.js
@@ -16,11 +16,6 @@
load("jstests/core/timeseries/libs/timeseries.js");
load("jstests/libs/fixture_helpers.js");
-if (!TimeseriesTest.timeseriesUpdatesAndDeletesEnabled(db.getMongo())) {
- jsTestLog("Skipping test because the time-series updates and deletes feature flag is disabled");
- return;
-}
-
if (FixtureHelpers.isMongos(db) &&
!TimeseriesTest.shardedtimeseriesCollectionsEnabled(db.getMongo())) {
jsTestLog("Skipping test because the sharded time-series feature flag is disabled");