From 30c11ebbb696469d4b2c098e64dec583c8155395 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 5 Jan 2022 15:43:00 +0000 Subject: [PATCH] Temporarily disable the OCSP test. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896715 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_run_linux.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3