summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatherine Wu <katherine.wu@mongodb.com>2022-01-06 22:22:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-04 21:53:29 +0000
commit5b848bcf0c68cca0d8b08e0bdfd7e5f4d6399fdd (patch)
treef98ab5045794c54f0b29f931bf12812812860fd4
parent0c136160c8c958b56a53b05da63201811eaeac50 (diff)
downloadmongo-5b848bcf0c68cca0d8b08e0bdfd7e5f4d6399fdd.tar.gz
SERVER-62392 Prevent timeseries lookup jstests from running in unsupported multiversion environments
(cherry picked from commit 1a5150cf4108fe07e5975d5b9db30d3a595e5f1d)
-rw-r--r--jstests/core/timeseries/timeseries_graph_lookup.js1
-rw-r--r--jstests/core/timeseries/timeseries_lookup.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_graph_lookup.js b/jstests/core/timeseries/timeseries_graph_lookup.js
index d3c6847e99e..7b152cc6b1f 100644
--- a/jstests/core/timeseries/timeseries_graph_lookup.js
+++ b/jstests/core/timeseries/timeseries_graph_lookup.js
@@ -4,6 +4,7 @@
* @tags: [
* does_not_support_transactions,
* requires_timeseries,
+ * requires_fcv_51,
* ]
*/
(function() {
diff --git a/jstests/core/timeseries/timeseries_lookup.js b/jstests/core/timeseries/timeseries_lookup.js
index 623578e3e1f..c173764a591 100644
--- a/jstests/core/timeseries/timeseries_lookup.js
+++ b/jstests/core/timeseries/timeseries_lookup.js
@@ -4,6 +4,7 @@
* @tags: [
* does_not_support_transactions,
* requires_timeseries,
+ * requires_fcv_51,
* ]
*/
(function() {