From 6b2e7de0f5c9be9fd2a24261a8ce6ba4a8f6cec2 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Mon, 27 Jul 2009 00:06:56 +0000 Subject: [PATCH] this is more of a crash --- test/engine/test_transaction.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index ec6749e393..bb7cf116c9 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -276,8 +276,7 @@ class TransactionTest(TestBase): connection.close() @testing.requires.two_phase_transactions - @testing.skip_if(lambda: testing.against('mysql+zxjdbc'), - 'Deadlocks, causing subsequent tests to fail') + @testing.crashes('mysql+zxjdbc', 'Deadlocks, causing subsequent tests to fail') @testing.fails_on('mysql', 'FIXME: unknown') def test_two_phase_recover(self): # MySQL recovery doesn't currently seem to work correctly -- 2.47.3