summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_transaction_table.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback_transaction_table.js')
-rw-r--r--jstests/replsets/rollback_transaction_table.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/jstests/replsets/rollback_transaction_table.js b/jstests/replsets/rollback_transaction_table.js
index af32b327a88..53f1feda455 100644
--- a/jstests/replsets/rollback_transaction_table.js
+++ b/jstests/replsets/rollback_transaction_table.js
@@ -15,13 +15,14 @@
* - The txnNumber for the first session id is the original value.
* - There is no record for the second session id.
* - A record for the third session id was created during oplog replay.
- *
- * TODO(SERVER-33879): Unblacklist this test from WiredTiger.
- * @tags: [requires_mmapv1]
*/
(function() {
"use strict";
+ // TODO(SERVER-35654): Re-enable once fixed.
+ if (true)
+ return;
+
load("jstests/libs/retryable_writes_util.js");
if (!RetryableWritesUtil.storageEngineSupportsRetryableWrites(jsTest.options().storageEngine)) {