From 3bf8feb6dd39b1741a18fc6fc3098d8944a88120 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 14 Mar 2012 16:41:20 -0700 Subject: [PATCH] fails on oracle too --- test/sql/test_types.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 8e87fe5d54..951e1551d8 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -1681,6 +1681,10 @@ class NumericTest(fixtures.TestBase): numbers ) + @testing.fails_on('oracle+cx_oracle', + "this may be a bug due to the difficulty in handling " + "oracle precision numerics" + ) @testing.fails_on('postgresql+pg8000', "pg-8000 does native decimal but truncates the decimals.") def test_numeric_no_decimal(self): -- 2.47.2