summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-12-12 17:53:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-12 18:22:26 +0000
commit5f3ed635a7232f47bdcc877ff75a0c5895f0625c (patch)
treedeea74eb187dcca31a2813ba014cb29f1bf3e7ef
parentd4108459eb397a7f5c51b6bd218038405b349dfb (diff)
downloadmongo-5f3ed635a7232f47bdcc877ff75a0c5895f0625c.tar.gz
SERVER-61909 Fix transaction_too_large_for_cache.js to requires_fcv_62r6.2.0-rc4
-rw-r--r--jstests/core/transaction_too_large_for_cache.js2
-rw-r--r--jstests/core/txns/transaction_too_large_for_cache.js2
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,