From 7feaad21e66a21cef5ee6f28bb637c96a7ed54c0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 15 Feb 2012 10:13:47 -0500 Subject: test failures --- test/engine/test_execute.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/engine') diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index dc3e46aab..146725f45 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -41,6 +41,8 @@ class ExecuteTest(fixtures.TestBase): def teardown_class(cls): metadata.drop_all() + @testing.fails_on("postgresql+pg8000", + "pg8000 still doesn't allow single % without params") def test_no_params_option(self): stmt = "SELECT '%'" if testing.against('oracle'): -- cgit v1.2.1