From 28be45cb54d63f8a2038f221a3a35580ff47f238 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 29 Aug 2012 17:29:08 -0400 Subject: [PATCH] oops, one more --- test/ext/declarative/test_mixin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ext/declarative/test_mixin.py b/test/ext/declarative/test_mixin.py index 7bc1e1d159..6c22333021 100644 --- a/test/ext/declarative/test_mixin.py +++ b/test/ext/declarative/test_mixin.py @@ -289,6 +289,8 @@ class DeclarativeMixinTest(DeclarativeTestBase): assert len(General.bar.prop.columns) == 1 assert Specific.bar.prop is General.bar.prop + @testing.skip_if(lambda: testing.against('oracle'), + "Test has an empty insert in it at the moment") def test_columns_single_inheritance_conflict_resolution(self): """Test that a declared_attr can return the existing column and it will be ignored. this allows conditional columns to be added. -- 2.47.3