summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_delete_concurrent.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_delete_concurrent.js')
-rw-r--r--jstests/core/timeseries/timeseries_delete_concurrent.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/timeseries/timeseries_delete_concurrent.js b/jstests/core/timeseries/timeseries_delete_concurrent.js
index 08312a40299..290e6f22f73 100644
--- a/jstests/core/timeseries/timeseries_delete_concurrent.js
+++ b/jstests/core/timeseries/timeseries_delete_concurrent.js
@@ -25,11 +25,6 @@ load("jstests/core/timeseries/libs/timeseries.js");
load("jstests/libs/curop_helpers.js");
load('jstests/libs/parallel_shell_helpers.js');
-if (!TimeseriesTest.timeseriesUpdatesAndDeletesEnabled(db.getMongo())) {
- jsTestLog("Skipping test because the time-series updates and deletes feature flag is disabled");
- return;
-}
-
const timeFieldName = "time";
const metaFieldName = "tag";
const collName = 't';