]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
exception pickling fails on cx_oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jan 2012 03:37:23 +0000 (22:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jan 2012 03:37:23 +0000 (22:37 -0500)
test/engine/test_execute.py

index a2b68e955e70b4785056accd392f500fac7e827a..e05732eb177e6be6d0ded353ea4f8ee7322834cf 100644 (file)
@@ -196,6 +196,9 @@ class ExecuteTest(fixtures.TestBase):
                 "Packages the cursor in the exception")
     @testing.fails_on("mysql+oursql", 
                 "Exception doesn't come back exactly the same from pickle")
+    @testing.fails_on("oracle+cx_oracle", 
+                        "cx_oracle exception seems to be having "
+                        "some issue with pickling")
     def test_stmt_exception_pickleable_plus_dbapi(self):
         raw = testing.db.raw_connection()
         the_orig = None