mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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.
This commit is contained in:
parent
c12bf9af0b
commit
0061323114
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue