summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_metric_index_wildcard.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_metric_index_wildcard.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_metric_index_wildcard.js')
-rw-r--r--jstests/core/timeseries/timeseries_metric_index_wildcard.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/core/timeseries/timeseries_metric_index_wildcard.js b/jstests/core/timeseries/timeseries_metric_index_wildcard.js
index c704bdd25d3..01bd36db5c0 100644
--- a/jstests/core/timeseries/timeseries_metric_index_wildcard.js
+++ b/jstests/core/timeseries/timeseries_metric_index_wildcard.js
@@ -2,9 +2,8 @@
* Tests that wildcard indexes are prohibited on measurement fields.
*
* @tags: [
- * does_not_support_stepdowns,
- * does_not_support_transactions,
- * requires_find_command,
+ * # We need a timeseries collection.
+ * requires_timeseries,
* ]
*/
(function() {