summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
diff options
context:
space:
mode:
authorHajime Nakagami <nakagami@gmail.com>2013-04-20 15:54:33 +0900
committerHajime Nakagami <nakagami@gmail.com>2013-04-20 15:54:33 +0900
commita6a311cd1a0d3abf0f5db59dc9fadb64b7f66406 (patch)
tree2a8a26a9283737922b4a324b8b81403963925361 /test/aaa_profiling
parentf801e546e7fd0188906669335d5aea2c6a8d91c9 (diff)
downloadsqlalchemy-a6a311cd1a0d3abf0f5db59dc9fadb64b7f66406.tar.gz
skip with cymysql 0.6
Diffstat (limited to 'test/aaa_profiling')
-rw-r--r--test/aaa_profiling/test_memusage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py
index 05be39002..d9f084fef 100644
--- a/test/aaa_profiling/test_memusage.py
+++ b/test/aaa_profiling/test_memusage.py
@@ -307,6 +307,7 @@ class MemUsageTest(EnsureZeroed):
finally:
metadata.drop_all()
+ @testing.fails_on('mysql+cymysql', 'blocking with cymysql >= 0.6')
def test_unicode_warnings(self):
metadata = MetaData(testing.db)
table1 = Table('mytable', metadata, Column('col1', Integer,