]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- skip this test for oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Dec 2013 19:02:40 +0000 (14:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Dec 2013 19:02:40 +0000 (14:02 -0500)
test/sql/test_types.py

index a422ace61584c32e06eeded99481d2413960548d..a04f56ba44b947a9e85c07b621242bd8cf712daf 100644 (file)
@@ -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()."""