diff options
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns.yml index 745dad98bbf..ef817777736 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_oplog_txns.yml @@ -5,7 +5,7 @@ selector: - jstests/replsets/*.js exclude_files: # Unblacklist these tests when rollback and initial sync are supported for large transactions. - - jstests/replsets/commit_transaction_rollback_recovery_data_already_applied.js + - jstests/replsets/rollback_recovery_commit_transaction_before_stable_timestamp.js - jstests/replsets/recover_prepared_transaction_state.js - jstests/replsets/*initial_sync*.js - jstests/replsets/rollback_aborted_prepared_transaction.js |