summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_bucket_limit_count.js
diff options
context:
space:
mode:
authorDan Larkin-York <dan.larkin-york@mongodb.com>2022-09-07 12:32:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-07 13:19:43 +0000
commit0eb043641e902e48f319f1b89a6739a46bb80147 (patch)
tree0cb6678cf4b0346f9fbd00c5867ffb87e38e2dcf /jstests/core/timeseries/timeseries_bucket_limit_count.js
parentcd8f093c066e3a7a236857214eef50c61c8c47a5 (diff)
downloadmongo-0eb043641e902e48f319f1b89a6739a46bb80147.tar.gz
SERVER-69168 Clean up time series test tagging and suite exclusions
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() {