summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2011-05-11 18:44:23 -0700
committerPhilip Jenvey <pjenvey@underboss.org>2011-05-11 18:44:23 -0700
commitee2154d9943a8528c51ed637e4b31070f446862f (patch)
tree6a2f5ba01d468d463f4bf86db0d9657669e3ee1b /test/dialect/test_postgresql.py
parent94ee7170b5e0ace72faca7e787e08f1da142bb3f (diff)
downloadsqlalchemy-ee2154d9943a8528c51ed637e4b31070f446862f.tar.gz
mark more postgresql+zxjdbc failures
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