From: Mike Bayer Date: Thu, 8 Feb 2018 22:39:19 +0000 (-0500) Subject: - re-disable oracle tests here as we are getting lots X-Git-Tag: rel_1_2_3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf64e2574cfdd29aaf9b60bbd1b18e026e18049a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - re-disable oracle tests here as we are getting lots of oracle timeouts on CI now Change-Id: I021d304d6aaf6bfa223dd0e5bb6b0c20e9c8657f --- 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):