From cf64e2574cfdd29aaf9b60bbd1b18e026e18049a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 8 Feb 2018 17:39:19 -0500 Subject: [PATCH] - re-disable oracle tests here as we are getting lots of oracle timeouts on CI now Change-Id: I021d304d6aaf6bfa223dd0e5bb6b0c20e9c8657f --- test/requirements.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/requirements.py b/test/requirements.py index 79b2f4017c..0cabafff2b 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -1006,7 +1006,12 @@ class DefaultRequirements(SuiteRequirements): @property def ad_hoc_engines(self): - return exclusions.open() + return exclusions.skip_if( + ["oracle"], + "works, but Oracle just gets tired with " + "this much connection activity") + + @property def no_mssql_freetds(self): -- 2.47.2