]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: ssl: show_ssl_ocspresponce.vtc is broken with BoringSSL
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Jun 2021 08:03:08 +0000 (10:03 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Jun 2021 08:03:08 +0000 (10:03 +0200)
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

index 3aad6d808b122e10ac2e293a9718eeec44fee3f1..b7a2d51051f39f738ea4cb00ff5431be62edba7b 100644 (file)
@@ -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.