summaryrefslogtreecommitdiff
path: root/test/engine/test_transaction.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-10-11 00:15:43 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-10-11 00:15:43 -0400
commita0cc36c23966bb2a5884e6760ea3efde44fc3518 (patch)
tree2a41c3fc51f556b9f6cf012a5e3b8ec2e00f1f2e /test/engine/test_transaction.py
parent879c932018fd22573163c76042761ce98ccaaaa3 (diff)
downloadsqlalchemy-a0cc36c23966bb2a5884e6760ea3efde44fc3518.tar.gz
- adjust some tests and such to work better with a mysql 5.5 install
- Added mysql_length parameter to Index construct, specifies "length" for indexes. [ticket:2293]
Diffstat (limited to 'test/engine/test_transaction.py')
-rw-r--r--test/engine/test_transaction.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py
index 344a30734..2d6861f0d 100644
--- a/test/engine/test_transaction.py
+++ b/test/engine/test_transaction.py
@@ -298,6 +298,7 @@ class TransactionTest(fixtures.TestBase):
# PG emergency shutdown:
# select * from pg_prepared_xacts
# ROLLBACK PREPARED '<xid>'
+ @testing.crashes('mysql', 'Crashing on 5.5, not worth it')
@testing.requires.skip_mysql_on_windows
@testing.requires.two_phase_transactions
@testing.requires.savepoints