mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-07 00:01:12 -04:00
omit this test for non-oracle
This commit is contained in:
@@ -561,6 +561,8 @@ class BufferedColumnTest(TestBase, AssertsCompiledSQL):
|
||||
eq_(result, [(i, stream) for i in range(1, 11)])
|
||||
|
||||
class UnsupportedIndexReflectTest(TestBase):
|
||||
__only_on__ = 'oracle'
|
||||
|
||||
def setup(self):
|
||||
global metadata
|
||||
metadata = MetaData(testing.db)
|
||||
|
||||
Reference in New Issue
Block a user