From: Mike Bayer Date: Wed, 18 Dec 2013 19:02:40 +0000 (-0500) Subject: - skip this test for oracle X-Git-Tag: rel_0_9_0~20^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f701f87c1374c1e4d80b9f47c17632518cece765;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - skip this test for oracle --- 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()."""