mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
followup: disable openssl_6975.test as appropriate
This commit is contained in:
@ -39,7 +39,7 @@ sub skip_combinations {
|
||||
}
|
||||
$skip{'include/check_ipv6.inc'} = 'No IPv6' unless ipv6_ok();
|
||||
|
||||
$skip{'t/openssl-poodle_6975.test'} = 'no or too old openssl'
|
||||
$skip{'t/openssl_6975.test'} = 'no or too old openssl'
|
||||
unless ! IS_WINDOWS and ! system "openssl ciphers TLSv1.2 2>&1 >/dev/null";
|
||||
|
||||
%skip;
|
||||
|
Reference in New Issue
Block a user