summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/test_transaction.py')
-rw-r--r--test/engine/test_transaction.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py
index 7eda6e1b4..4d8d1795a 100644
--- a/test/engine/test_transaction.py
+++ b/test/engine/test_transaction.py
@@ -433,12 +433,7 @@ class TransactionTest(fixtures.TestBase):
connection.close()
@testing.requires.two_phase_transactions
- @testing.crashes('mysql+oursql',
- 'Times out in full test runs only, causing '
- 'subsequent tests to fail')
- @testing.crashes('mysql+zxjdbc',
- 'Deadlocks, causing subsequent tests to fail')
- @testing.fails_on('mysql', 'FIXME: unknown')
+ @testing.requires.two_phase_recovery
def test_two_phase_recover(self):
# MySQL recovery doesn't currently seem to work correctly