omit this test for non-oracle

This commit is contained in:
Mike Bayer
2009-11-02 03:07:13 +00:00
parent 9b8292ec6a
commit e2ca4ebe58
+2
View File
@@ -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)