summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries/timeseries_out.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/timeseries/timeseries_out.js')
-rw-r--r--jstests/core/timeseries/timeseries_out.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/core/timeseries/timeseries_out.js b/jstests/core/timeseries/timeseries_out.js
index aefd82f0148..46beccd99ed 100644
--- a/jstests/core/timeseries/timeseries_out.js
+++ b/jstests/core/timeseries/timeseries_out.js
@@ -3,8 +3,9 @@
*
*
* @tags: [
- * does_not_support_transactions,
- * requires_non_retryable_commands,
+ * # TimeseriesAggTests doesn't handle stepdowns.
+ * does_not_support_stepdowns,
+ * # We need a timeseries collection.
* requires_timeseries,
* ]
*/