From 3a4f8cd8760a6901880310bef7ced7e4b424d375 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 7 Aug 2024 09:10:40 -0400 Subject: [PATCH] disable recovery tests for oracledb this is not holding up in CI and is not a critical feature for now Change-Id: Ib9547028265403497c176d96c462d76cd86c967a --- test/requirements.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2