summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_expire.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_expire.js')
-rw-r--r--jstests/core/timeseries/timeseries_expire.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/core/timeseries/timeseries_expire.js b/jstests/core/timeseries/timeseries_expire.js
index 8291faf71f6..02f3020a6ed 100644
--- a/jstests/core/timeseries/timeseries_expire.js
+++ b/jstests/core/timeseries/timeseries_expire.js
@@ -2,7 +2,6 @@
* Tests that a time-series collection created with the 'expireAfterSeconds' option will remove
* buckets older than 'expireAfterSeconds' based on the bucket creation time.
* @tags: [
- * assumes_no_implicit_collection_creation_after_drop,
* does_not_support_stepdowns,
* does_not_support_transactions,
* requires_getmore,