diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2011-05-11 18:44:23 -0700 |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2011-05-11 18:44:23 -0700 |
commit | ee2154d9943a8528c51ed637e4b31070f446862f (patch) | |
tree | 6a2f5ba01d468d463f4bf86db0d9657669e3ee1b /test/dialect/test_postgresql.py | |
parent | 94ee7170b5e0ace72faca7e787e08f1da142bb3f (diff) | |
download | sqlalchemy-ee2154d9943a8528c51ed637e4b31070f446862f.tar.gz |
mark more postgresql+zxjdbc failures
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 4 |
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 |