]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
skip this on oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 01:15:30 +0000 (20:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 01:15:30 +0000 (20:15 -0500)
test/sql/test_join_rewriting.py

index 30ab1500bcc51f95261318a25e6885dfe7fe2ab4..cf9878956e878441c582ed25d2e2766674648fad 100644 (file)
@@ -462,6 +462,9 @@ class JoinExecTest(_JoinRewriteTestBase, fixtures.TestBase):
         for col in selectable.inner_columns:
             assert col in result._metadata._keymap
 
+    @testing.skip_if("oracle", "oracle's cranky")
+    def test_a_atobalias_balias_c_w_exists(self):
+        super(JoinExecTest, self).test_a_atobalias_balias_c_w_exists()
 
 class DialectFlagTest(fixtures.TestBase, AssertsCompiledSQL):
     def test_dialect_flag(self):