From: Philip Jenvey Date: Mon, 27 Jul 2009 00:06:56 +0000 (+0000) Subject: this is more of a crash X-Git-Tag: rel_0_6_6~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2e7de0f5c9be9fd2a24261a8ce6ba4a8f6cec2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this is more of a crash --- 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