diff options
author | Alexander Ignatyev <alexander.ignatyev@mongodb.com> | 2022-07-29 10:21:21 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-29 11:19:18 +0000 |
commit | fc07225f8eb33456bbb67842db7d7112a0ee683b (patch) | |
tree | 238039174353d7b238a6c943b84f411bbbc8715c | |
parent | 508472d585ca676b18e033c9e56d15ace899c6f0 (diff) | |
download | mongo-fc07225f8eb33456bbb67842db7d7112a0ee683b.tar.gz |
SERVER-68424 Add fvc_60 tag to timeseries_lookup.js
-rw-r--r-- | jstests/core/timeseries/timeseries_lookup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/timeseries/timeseries_lookup.js b/jstests/core/timeseries/timeseries_lookup.js index ba804c4ec92..e6bf1792b78 100644 --- a/jstests/core/timeseries/timeseries_lookup.js +++ b/jstests/core/timeseries/timeseries_lookup.js @@ -4,7 +4,7 @@ * @tags: [ * does_not_support_transactions, * requires_timeseries, - * requires_fcv_51, + * requires_fcv_60, * ] */ (function() { |