From ee2154d9943a8528c51ed637e4b31070f446862f Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Wed, 11 May 2011 18:44:23 -0700 Subject: [PATCH] mark more postgresql+zxjdbc failures --- test/dialect/test_postgresql.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index fb73a695ce..a15fc63df5 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 -- 2.39.5