]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
skip interval test_roundtrip on zxjdbc for now
authorPhilip Jenvey <pjenvey@underboss.org>
Sun, 19 Jul 2009 02:52:40 +0000 (02:52 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Sun, 19 Jul 2009 02:52:40 +0000 (02:52 +0000)
test/sql/test_types.py

index c003efc3557e3250a130a32034f6e2ef018e7742..bac6eb509422d05cae1640b007e90c6b0bdc55b0 100644 (file)
@@ -714,6 +714,7 @@ class IntervalTest(TestBase, AssertsExecutionResults):
         metadata.drop_all()
 
     @testing.fails_on("+pg8000", "Not yet known how to pass values of the INTERVAL type")
+    @testing.fails_on("+zxjdbc", "Not yet known how to pass values of the INTERVAL type")
     def test_roundtrip(self):
         delta = datetime.datetime(2006, 10, 5) - datetime.datetime(2005, 8, 17)
         interval_table.insert().execute(interval=delta)