From 4a18506d4db2a3642cedf9073ea95fa4aa6e8121 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 22 Jan 2010 02:15:22 +0000 Subject: [PATCH] not applicable to zxjdbc --- test/dialect/test_postgresql.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.47.3