]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this test only runs for PG
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Aug 2011 02:58:46 +0000 (22:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Aug 2011 02:58:46 +0000 (22:58 -0400)
test/dialect/test_postgresql.py

index 9171ff819dd455e20570ff112d90cbd4420c4fe4..a8b998c71e19c57e6ff13a5ae58f635d5b25679c 100644 (file)
@@ -1256,6 +1256,8 @@ class DistinctOnTest(fixtures.TestBase, AssertsCompiledSQL):
             )
 
 class ReflectionTest(fixtures.TestBase):
+    __only_on__ = 'postgresql'
+
     @testing.provide_metadata
     def test_pg_weirdchar_reflection(self):
         meta1 = self.metadata