]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this is more of a crash
authorPhilip Jenvey <pjenvey@underboss.org>
Mon, 27 Jul 2009 00:06:56 +0000 (00:06 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Mon, 27 Jul 2009 00:06:56 +0000 (00:06 +0000)
test/engine/test_transaction.py

index ec6749e3934b26c765700843bd1a1d2c3f39a5cf..bb7cf116c9acdee3aef31c78276c088a5c62f1df 100644 (file)
@@ -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