diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 02:45:32 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 02:45:32 +0000 |
commit | 67481f534f073015e7fd003111cc1e04028a16c2 (patch) | |
tree | 02af377c0666c966531d3a91a73d9aa1f2417d43 | |
parent | cf7c80b3f4a2ed9e2d2d2dd814839b9f50048815 (diff) | |
download | sqlalchemy-67481f534f073015e7fd003111cc1e04028a16c2.tar.gz |
only on oracle
-rw-r--r-- | test/dialect/test_oracle.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dialect/test_oracle.py b/test/dialect/test_oracle.py index 98fce1655..33d9c04e4 100644 --- a/test/dialect/test_oracle.py +++ b/test/dialect/test_oracle.py @@ -529,7 +529,9 @@ class TypesTest(TestBase, AssertsCompiledSQL): class DontReflectIOTTest(TestBase): """test that index overflow tables aren't included in table_names.""" - + + __only_on__ = 'oracle' + def setup(self): testing.db.execute(""" CREATE TABLE admin_docindex( |