summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 20:15:30 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 20:15:30 -0500
commita4f1d2ec6e809b9bb6df610f70bb74e38262cfac (patch)
tree0f75cb2e577d65a30e0c80a47146f30c10ce39d1
parent57b214a0a4461cfbafe02ac3fb144141b839bb97 (diff)
downloadsqlalchemy-a4f1d2ec6e809b9bb6df610f70bb74e38262cfac.tar.gz
skip this on oracle
-rw-r--r--test/sql/test_join_rewriting.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sql/test_join_rewriting.py b/test/sql/test_join_rewriting.py
index 30ab1500b..cf9878956 100644
--- a/test/sql/test_join_rewriting.py
+++ b/test/sql/test_join_rewriting.py
@@ -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):