summaryrefslogtreecommitdiff
path: root/test/engine
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-11-09 13:12:13 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-11-09 16:54:54 -0500
commit042aea980d61024fab3abac55e9e32b6b9ff6692 (patch)
tree74abf00e67240710838d8d3722cdf0cc6a756d4a /test/engine
parentb3c3562ecf67ae7c94091287504579fcace6a500 (diff)
downloadsqlalchemy-042aea980d61024fab3abac55e9e32b6b9ff6692.tar.gz
Fix exclusions for multiple fails_on
The fails_on decorator was not being interpreted correctly when multiple were present. Remove obsolete fails_on from test_types that no longer take place for MySQL, Oracle. Ensure test_types tests are using __backend__ mark currently failing Oracle interval tests Change-Id: If8db0c02b31a8008fd1673c2380f1f974c3806a6
Diffstat (limited to 'test/engine')
-rw-r--r--test/engine/test_reflection.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py
index 60352b538..c137488ec 100644
--- a/test/engine/test_reflection.py
+++ b/test/engine/test_reflection.py
@@ -1796,8 +1796,6 @@ class SchemaTest(fixtures.TestBase):
)
@testing.requires.schemas
- @testing.fails_on("sqlite", "FIXME: unknown")
- @testing.fails_on("sybase", "FIXME: unknown")
def test_explicit_default_schema(self):
engine = testing.db
engine.connect().close()