summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_bucket_limit_count.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_bucket_limit_count.js')
-rw-r--r--jstests/core/timeseries/timeseries_bucket_limit_count.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/core/timeseries/timeseries_bucket_limit_count.js b/jstests/core/timeseries/timeseries_bucket_limit_count.js
index 8234e247e06..a506fe72fdf 100644
--- a/jstests/core/timeseries/timeseries_bucket_limit_count.js
+++ b/jstests/core/timeseries/timeseries_bucket_limit_count.js
@@ -4,10 +4,9 @@
* # This test depends on certain writes ending up in the same bucket. Stepdowns may result in
* # writes splitting between two primaries, and thus different buckets.
* does_not_support_stepdowns,
- * # Same goes for tenant migrations.
- * tenant_migration_incompatible,
- * does_not_support_transactions,
* requires_collstats,
+ * # We need a timeseries collection.
+ * requires_timeseries,
* ]
*/
(function() {