diff options
| author | Gil Alon <gil.alon@mongodb.com> | 2023-12-01 14:30:22 +0000 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-12-01 21:46:05 +0000 |
| commit | 31050ea313903f16da932bd5da915f9333b74881 (patch) | |
| tree | 926ddc88c0d0b99fb38d94cd0b86ada4e61fa191 | |
| parent | 7946a7738b28aa2fb963801b38259b163aaa8dff (diff) | |
SERVER-83763 Add test tag to restrict timeseries_project_pushdown from multiversion test suiter7.2.0-rc3
(cherry picked from commit cfa5d903755a40df7ad855e33fe385f521c42e87)
| -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"; |
