From 5f3ed635a7232f47bdcc877ff75a0c5895f0625c Mon Sep 17 00:00:00 2001 From: Yu Jin Kang Park Date: Mon, 12 Dec 2022 17:53:51 +0000 Subject: SERVER-61909 Fix transaction_too_large_for_cache.js to requires_fcv_62 --- jstests/core/transaction_too_large_for_cache.js | 2 +- jstests/core/txns/transaction_too_large_for_cache.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jstests/core/transaction_too_large_for_cache.js b/jstests/core/transaction_too_large_for_cache.js index dddcbed9f4b..b5ea935e001 100644 --- a/jstests/core/transaction_too_large_for_cache.js +++ b/jstests/core/transaction_too_large_for_cache.js @@ -3,7 +3,7 @@ * * @tags: [ * does_not_support_config_fuzzer, - * requires_fcv_63, + * requires_fcv_62, * requires_persistence, * requires_non_retryable_writes, * requires_wiredtiger, diff --git a/jstests/core/txns/transaction_too_large_for_cache.js b/jstests/core/txns/transaction_too_large_for_cache.js index 97f509c14d5..5b7f3d1bcf5 100644 --- a/jstests/core/txns/transaction_too_large_for_cache.js +++ b/jstests/core/txns/transaction_too_large_for_cache.js @@ -4,7 +4,7 @@ * * @tags: [ * does_not_support_config_fuzzer, - * requires_fcv_63, + * requires_fcv_62, * requires_persistence, * requires_non_retryable_writes, * requires_wiredtiger, -- cgit v1.2.1