]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
not applicable to zxjdbc
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 Jan 2010 02:15:22 +0000 (02:15 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 Jan 2010 02:15:22 +0000 (02:15 +0000)
test/dialect/test_postgresql.py

index c841accdae4e95432279f5acb41c96572f7154e1..c0a93afcfd17a6fde1ad1602a560a2a8ca2ee87a 100644 (file)
@@ -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):