summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-12-01 14:38:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-02 14:46:29 +0000
commit7e8d18a464cd969b6d6c313dad790fdb9e27edea (patch)
tree7f969264295c00a1fb9fe4d054f71aba2f0edecb
parent9ca8158531bf786e374275598cde7e972910827e (diff)
downloadmongo-7e8d18a464cd969b6d6c313dad790fdb9e27edea.tar.gz
SERVER-71751 Skip core/transaction_too_large_for_cache.js in non-WT storage engines
(cherry picked from commit 761037636e047c810f1285396323920262232894)
-rw-r--r--jstests/core/transaction_too_large_for_cache.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/jstests/core/transaction_too_large_for_cache.js b/jstests/core/transaction_too_large_for_cache.js
index 8c77038381b..dddcbed9f4b 100644
--- a/jstests/core/transaction_too_large_for_cache.js
+++ b/jstests/core/transaction_too_large_for_cache.js
@@ -12,6 +12,13 @@
(function() {
load("jstests/libs/fixture_helpers.js"); // For FixtureHelpers.
+load("jstests/libs/storage_engine_utils.js");
+
+// TODO (SERVER-39362): remove once parallel suite respects tags properly.
+if (!storageEngineIsWiredTiger()) {
+ jsTestLog("Skipping test because storage engine is not WiredTiger.");
+ return;
+}
const doc = {
x: []