From 101cde7894a9eadc3c8cc3a855a94da390c4ac39 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 14 Mar 2012 17:31:59 -0700 Subject: [PATCH] another oracle failure --- test/orm/inheritance/test_assorted_poly.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/orm/inheritance/test_assorted_poly.py b/test/orm/inheritance/test_assorted_poly.py index 1ad136b575..985d892d81 100644 --- a/test/orm/inheritance/test_assorted_poly.py +++ b/test/orm/inheritance/test_assorted_poly.py @@ -1494,6 +1494,10 @@ class Ticket2419Test(fixtures.DeclarativeMappedTest): test_needs_autoincrement=True) b_id = Column(Integer, ForeignKey('b.id')) + @testing.fails_on("oracle", + "seems like oracle's query engine can't " + "handle this, not clear if there's an " + "expression-level bug on our end though") def test_join_w_eager_w_any(self): A, B, C, D, E = self.classes.A, self.classes.B, \ self.classes.C, self.classes.D, \ -- 2.47.2