summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Larkin-York <dan.larkin-york@mongodb.com>2022-02-25 02:30:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-25 03:00:00 +0000
commit69cf1448e3f015bc439d7fb526ddcfbf2fe2e5c5 (patch)
treeadb7d25b387e827771a83221fc47fb1001a95e87
parent62b2ea1b5cd6c67303f0dcf2eee53fc1c5922a36 (diff)
downloadmongo-69cf1448e3f015bc439d7fb526ddcfbf2fe2e5c5.tar.gz
SERVER-63279 Prevent timeseries predicate test from running against v5.1
-rw-r--r--jstests/core/timeseries/timeseries_predicates_with_projections.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_predicates_with_projections.js b/jstests/core/timeseries/timeseries_predicates_with_projections.js
index 5e2a4db7434..0caa3a330d1 100644
--- a/jstests/core/timeseries/timeseries_predicates_with_projections.js
+++ b/jstests/core/timeseries/timeseries_predicates_with_projections.js
@@ -5,6 +5,7 @@
* @tags: [
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_fcv_52,
* requires_timeseries,
* ]
*/