From 00613231149b6f92807157b578d72fad0ca00f7d Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 11 Jun 2021 10:03:08 +0200 Subject: [PATCH] REGTESTS: ssl: show_ssl_ocspresponce.vtc is broken with BoringSSL The `show ssl ocsp-response` feature is not available with BoringSSL, but we don't have a way to disable this feature only with boringSSL on the CI. Disable the reg-test until we do. --- reg-tests/ssl/show_ssl_ocspresponse.vtc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reg-tests/ssl/show_ssl_ocspresponse.vtc b/reg-tests/ssl/show_ssl_ocspresponse.vtc index 3aad6d8..b7a2d51 100644 --- a/reg-tests/ssl/show_ssl_ocspresponse.vtc +++ b/reg-tests/ssl/show_ssl_ocspresponse.vtc @@ -1,4 +1,5 @@ -#REGTEST_TYPE=devel +#REGTEST_TYPE=broken +# broken because it can't work with BoringSSL. # This reg-test uses the "show ssl ocsp-response" command to display the details # of the OCSP responses used by HAProxy. -- 1.7.10.4