diff options
| -rw-r--r-- | jstests/core/timeseries/timeseries_project_pushdown.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/timeseries/timeseries_project_pushdown.js b/jstests/core/timeseries/timeseries_project_pushdown.js index 87ad9f30af7..eecadf275b1 100644 --- a/jstests/core/timeseries/timeseries_project_pushdown.js +++ b/jstests/core/timeseries/timeseries_project_pushdown.js @@ -3,7 +3,10 @@ * are targeting that rewrites for $project with $getField, or '$$ROOT'/'$$CURRENT' should only * occur in certain situations. * - * @tags: [requires_timeseries] + * @tags: [ + * requires_timeseries, + * requires_fcv_72, + * ] */ const timeField = "t"; |
