From f701f87c1374c1e4d80b9f47c17632518cece765 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 18 Dec 2013 14:02:40 -0500 Subject: [PATCH] - skip this test for oracle --- test/sql/test_types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sql/test_types.py b/test/sql/test_types.py index a422ace615..a04f56ba44 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -411,6 +411,8 @@ class UserDefinedTest(fixtures.TablesTest, AssertsCompiledSQL): self._test_type_coerce_cast(type_coerce) @testing.provide_metadata + @testing.fails_on("oracle", + "oracle doesn't like CAST in the VALUES of an INSERT") def test_cast(self): """test ad-hoc usage of custom types with cast().""" -- 2.47.3