summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,