summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajime Nakagami <nakagami@gmail.com>2013-07-13 14:37:36 +0900
committerHajime Nakagami <nakagami@gmail.com>2013-07-13 14:37:36 +0900
commit601dcadb2cf83c36f19fb97662eb8c050ce95245 (patch)
treefd9dfeca6521862d4b69d3b9071522ec9d51555c
parentd08a6d291d08e416853503f2f8cc19a5301a4b6b (diff)
downloadsqlalchemy-601dcadb2cf83c36f19fb97662eb8c050ce95245.tar.gz
@testing.crashes('mysql+cymysql', 'blocking')
-rw-r--r--test/aaa_profiling/test_memusage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py
index 20c6f0a65..9619721d5 100644
--- a/test/aaa_profiling/test_memusage.py
+++ b/test/aaa_profiling/test_memusage.py
@@ -307,7 +307,7 @@ class MemUsageTest(EnsureZeroed):
finally:
metadata.drop_all()
- @testing.crashes('mysql+cymysql', 'blocking with cymysql >= 0.6')
+ @testing.crashes('mysql+cymysql', 'blocking')
def test_unicode_warnings(self):
metadata = MetaData(testing.db)
table1 = Table('mytable', metadata, Column('col1', Integer,
@@ -603,6 +603,7 @@ class MemUsageTest(EnsureZeroed):
# in pysqlite itself. background at:
# http://thread.gmane.org/gmane.comp.python.db.pysqlite.user/2290
+ @testing.crashes('mysql+cymysql', 'blocking')
def test_join_cache(self):
metadata = MetaData(testing.db)
table1 = Table('table1', metadata, Column('id', Integer,