diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-24 22:56:59 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-24 22:56:59 +0000 |
commit | 976b9223aedc8b347a0356f33c483f0828291cd1 (patch) | |
tree | 7ae553fb29dddd1e02437c41882f3d87ad1e8c9d /test/dialect/test_postgresql.py | |
parent | 95e349a5dc2ae88e12845d0fff686069ef547fc7 (diff) | |
download | sqlalchemy-976b9223aedc8b347a0356f33c483f0828291cd1.tar.gz |
test fails on zxjdbc
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 2a2322441..316e2be9b 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -944,6 +944,7 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL): finally: meta1.drop_all() + @testing.fails_on('+zxdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.") def test_extract(self): fivedaysago = datetime.datetime.now() - datetime.timedelta(days=5) for field, exp in ( |