]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
disable recovery tests for oracledb
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2024 13:10:40 +0000 (09:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2024 13:11:06 +0000 (09:11 -0400)
this is not holding up in CI and is not a critical feature
for now

Change-Id: Ib9547028265403497c176d96c462d76cd86c967a
(cherry picked from commit 3a4f8cd8760a6901880310bef7ced7e4b424d375)

test/requirements.py

index a2f8598d632a55e312e80521d899ce11f0c8b684..2e74f81aeb6f55c731542ade83f7b63dbc651a63 100644 (file)
@@ -889,6 +889,7 @@ class DefaultRequirements(SuiteRequirements):
                 "still can't get recover to work w/ MariaDB / MySQL",
             )
             + skip_if("oracle+cx_oracle", "recovery not functional")
+            + skip_if("oracle+oracledb", "recovery can't be reliably tested")
         )
 
     @property