diff options
Diffstat (limited to 'jstests/aggregation')
-rw-r--r-- | jstests/aggregation/sources/setWindowFields/window_functions_on_timeseries_coll.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jstests/aggregation/sources/setWindowFields/window_functions_on_timeseries_coll.js b/jstests/aggregation/sources/setWindowFields/window_functions_on_timeseries_coll.js index 3df9fad67e3..38a928c72d7 100644 --- a/jstests/aggregation/sources/setWindowFields/window_functions_on_timeseries_coll.js +++ b/jstests/aggregation/sources/setWindowFields/window_functions_on_timeseries_coll.js @@ -17,14 +17,6 @@ load("jstests/aggregation/extras/utils.js"); // For arrayEq. load("jstests/libs/analyze_plan.js"); // For getAggPlanStage(). -const timeseriesEnabled = - assert.commandWorked(db.adminCommand({getParameter: 1, featureFlagTimeseriesCollection: 1})) - .featureFlagTimeseriesCollection.value; -if (!timeseriesEnabled) { - jsTestLog("Skipping test because the time-series collection feature flag is disabled"); - return; -} - const coll = db.window_functions_on_timeseries_coll; coll.drop(); |