summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r--test/dialect/test_postgresql.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py
index fb73a695c..a15fc63df 100644
--- a/test/dialect/test_postgresql.py
+++ b/test/dialect/test_postgresql.py
@@ -258,6 +258,8 @@ class FloatCoercionTest(fixtures.TablesTest, AssertsExecutionResults):
{'data':9},
)
+ @testing.fails_on('postgresql+zxjdbc',
+ 'XXX: postgresql+zxjdbc currently returns a Decimal result for Float')
def test_float_coercion(self):
data_table = self.tables.data_table
@@ -1602,6 +1604,8 @@ class TimezoneTest(fixtures.TestBase):
def teardown_class(cls):
metadata.drop_all()
+ @testing.fails_on('postgresql+zxjdbc',
+ "XXX: postgresql+zxjdbc doesn't give a tzinfo back")
def test_with_timezone(self):
# get a date with a tzinfo