]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
skip test for oursql
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 22:12:25 +0000 (22:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 22:12:25 +0000 (22:12 +0000)
test/engine/test_execute.py

index 4004ae93665f6318584b451b94fb8dfbf1f682db..9da0d4934058d3fca86d2fbb89ed75eba9e0c6e1 100644 (file)
@@ -201,7 +201,8 @@ class ProxyConnectionTest(TestBase):
                 
             assert_stmts(compiled, stmts)
             assert_stmts(cursor, cursor_stmts)
-    
+   
+    @testing.fails_on('mysql+oursql', 'oursql dialect has some extra steps here') 
     def test_transactional(self):
         track = []
         class TrackProxy(ConnectionProxy):