From: Mike Bayer Date: Sat, 21 Mar 2015 19:14:47 +0000 (-0400) Subject: - totally skip on mysqlconnector for now X-Git-Tag: rel_1_0_0b4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4a8a8684b0d7c1d47e26489ebaef15433284e2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - totally skip on mysqlconnector for now --- diff --git a/test/dialect/mysql/test_dialect.py b/test/dialect/mysql/test_dialect.py index b5f933349b..1014cad254 100644 --- a/test/dialect/mysql/test_dialect.py +++ b/test/dialect/mysql/test_dialect.py @@ -87,6 +87,7 @@ class DialectTest(fixtures.TestBase): eq_(kw['foo'], "true") @testing.only_on('mysql') + @testing.skip_if('mysql+mysqlconnector', "totally broken for the moment") @testing.fails_on('mysql+oursql', "unsupported") def test_special_encodings(self):