From 5bc91d48c2b832c2e37b629eacecd47c6af53d39 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 12 Aug 2011 22:58:46 -0400 Subject: this test only runs for PG --- test/dialect/test_postgresql.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dialect/test_postgresql.py') diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 9171ff819..a8b998c71 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -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 -- cgit v1.2.1