]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
another oracle failure
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Mar 2012 00:31:59 +0000 (17:31 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Mar 2012 00:31:59 +0000 (17:31 -0700)
test/orm/inheritance/test_assorted_poly.py

index 1ad136b575e22b42e7db807f2f9cee8fb4a898db..985d892d81bc53f0d45541d802f6bf9d3f7c3a87 100644 (file)
@@ -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, \