From: Joe Orton Date: Wed, 5 Jan 2022 15:43:00 +0000 (+0000) Subject: Temporarily disable the OCSP test. X-Git-Tag: 2.5.0-alpha2-ci-test-only~600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c11ebbb696469d4b2c098e64dec583c8155395;p=thirdparty%2Fapache%2Fhttpd.git Temporarily disable the OCSP test. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index fb901294fda..32785835d91 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -135,6 +135,11 @@ if ! test -v SKIP_TESTING; then fi fi + if ! test -v TEST_OPENSSL3; then + #### this test started failing in Dec 2021 for unknown reasons + rm -f test/perl-framework/t/ssl/ocsp.t + fi + if test -v TEST_SSL -a $RV -eq 0; then pushd test/perl-framework # Test loading encrypted private keys