]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
mark more postgresql+zxjdbc failures
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 12 May 2011 01:44:23 +0000 (18:44 -0700)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 12 May 2011 01:44:23 +0000 (18:44 -0700)
test/dialect/test_postgresql.py

index fb73a695ce7630b94aaa19fdced468b446cfdacb..a15fc63df510fca7fdb0b74c1d013228992917f7 100644 (file)
@@ -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