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-01-06 23:19:32 +0000
commit1a5150cf4108fe07e5975d5b9db30d3a595e5f1d (patch)
tree8ca5a1b0f6a18195158074d16591cf310cb91272
parent0a1a88755daa504c67e13dd49667a06c3c606ee8 (diff)
downloadmongo-1a5150cf4108fe07e5975d5b9db30d3a595e5f1d.tar.gz
SERVER-62392 Prevent timeseries lookup jstests from running in unsupported multiversion environments
-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() {