]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- limit to MySQL dialect
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2017 19:40:55 +0000 (14:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Feb 2017 19:40:55 +0000 (14:40 -0500)
Change-Id: I2781e1e2221d89c75dd65ff49490d9c409967930

test/dialect/mysql/test_dialect.py

index 3f6e7e5168e4dab82a8b3730a0b83efa56895e57..cf8712e04cd1cea61da94d0e3ea1ab36cd253123 100644 (file)
@@ -194,6 +194,8 @@ class ExecutionTest(fixtures.TestBase):
 
 
 class AutocommitTextTest(test_execute.AutocommitTextTest):
+    __only_on__ = 'mysql'
+
     def test_load_data(self):
         self._test_keyword("LOAD DATA STUFF")