summaryrefslogtreecommitdiff
path: root/test/engine
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine')
-rw-r--r--test/engine/test_execute.py2
1 files changed, 2 insertions, 0 deletions
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'):