From: Philip Jenvey Date: Fri, 22 Jan 2010 02:15:22 +0000 (+0000) Subject: not applicable to zxjdbc X-Git-Tag: rel_0_6beta1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a18506d4db2a3642cedf9073ea95fa4aa6e8121;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git not applicable to zxjdbc --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index c841accdae..c0a93afcfd 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):