summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js')
-rw-r--r--jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js b/jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js
index c480313fa9a..22adec4a939 100644
--- a/jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js
+++ b/jstests/replsets/rollback_with_coalesced_txn_table_updates_during_oplog_application.js
@@ -6,7 +6,7 @@
* We also test that if a node crashes after oplog truncation during rollback, the update made to
* the 'config.transactions' table is persisted on startup.
*
- * @tags: [requires_persistence, disabled_due_to_server_58295]
+ * @tags: [requires_persistence]
*/
(function() {