]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- oursql is unsupported on this
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2015 13:57:01 +0000 (09:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 21 Mar 2015 13:57:01 +0000 (09:57 -0400)
test/dialect/mysql/test_dialect.py

index 3df5168df8f42304df54067c04943de9818ebfa3..b5f933349ba518d20a98d6317b125d0805cfa061 100644 (file)
@@ -87,6 +87,7 @@ class DialectTest(fixtures.TestBase):
         eq_(kw['foo'], "true")
 
     @testing.only_on('mysql')
+    @testing.fails_on('mysql+oursql', "unsupported")
     def test_special_encodings(self):
 
         for enc in ['utf8mb4', 'utf8']: