diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2010-01-22 02:15:22 +0000 |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2010-01-22 02:15:22 +0000 |
commit | 4a18506d4db2a3642cedf9073ea95fa4aa6e8121 (patch) | |
tree | c7d8231b97b871083d45c7599c8b2c5e0288ae6d /test/dialect/test_postgresql.py | |
parent | 6a09ccd0d35b5597d18d1fa63bdd1258de4c52ce (diff) | |
download | sqlalchemy-4a18506d4db2a3642cedf9073ea95fa4aa6e8121.tar.gz |
not applicable to 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 c841accda..c0a93afcf 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -986,6 +986,7 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL): finally: m1.drop_all() + @testing.fails_on('+zxjdbc', 'The JDBC driver handles the version parsing') def test_version_parsing(self): class MockConn(object): def __init__(self, res): |