diff ssl_certificates.t @ 1400:94bcad5611af

Tests: skip OCSP stapling and multiple cert tests with BoringSSL.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 19 Nov 2018 19:28:15 +0300
parents d3d2aabe16dd
children 8c764fd93b5e
line wrap: on
line diff
--- a/ssl_certificates.t
+++ b/ssl_certificates.t
@@ -33,6 +33,8 @@ plan(skip_all => 'Net::SSLeay not instal
 
 my $t = Test::Nginx->new()->has(qw/http http_ssl/)->has_daemon('openssl');
 
+plan(skip_all => 'no multiple certificates') if $t->has_module('BoringSSL');
+
 $t->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%