From: Mike Bayer Date: Wed, 7 Aug 2024 13:10:40 +0000 (-0400) Subject: disable recovery tests for oracledb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4f8cd8760a6901880310bef7ced7e4b424d375;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git disable recovery tests for oracledb this is not holding up in CI and is not a critical feature for now Change-Id: Ib9547028265403497c176d96c462d76cd86c967a --- diff --git a/test/requirements.py b/test/requirements.py index 75fefd9b46..7b67d3f3f3 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -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