From ed78e679eafe787f4c152b78726bf1e1b91ab465 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sat, 30 Oct 2021 22:24:51 +0200 Subject: Remove deprecated dialects and drivers Fixes: #7258 Change-Id: I3577f665eca04f2632b69bcb090f0a4ec9271db9 --- test/sql/test_case_statement.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/sql/test_case_statement.py') diff --git a/test/sql/test_case_statement.py b/test/sql/test_case_statement.py index c6d5f0185..63491524c 100644 --- a/test/sql/test_case_statement.py +++ b/test/sql/test_case_statement.py @@ -56,7 +56,6 @@ class CaseTest(fixtures.TestBase, AssertsCompiledSQL): with testing.db.begin() as conn: info_table.drop(conn) - @testing.fails_on("firebird", "FIXME: unknown") @testing.requires.subqueries def test_case(self, connection): inner = select( -- cgit v1.2.1