summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-18 14:02:40 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-18 14:02:40 -0500
commitf701f87c1374c1e4d80b9f47c17632518cece765 (patch)
tree3e92e1891e2a330739bfe1a4b55c2093b334617c /test/sql
parentbe06bcf3b94f186f9b6178f7c6a3965548aa2d38 (diff)
downloadsqlalchemy-f701f87c1374c1e4d80b9f47c17632518cece765.tar.gz
- skip this test for oracle
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index a422ace61..a04f56ba4 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()."""