]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
omit this test for non-oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Nov 2009 03:07:13 +0000 (03:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Nov 2009 03:07:13 +0000 (03:07 +0000)
test/dialect/test_oracle.py

index 2630698174029df570b79103866814e442e90cfb..b5720929579b66f795cbf4a2f9c4d65ef0c41c94 100644 (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)