diff options
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |