mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Remove WolfSSL workaround for old version.
We're already on 4.4.6
This commit is contained in:
@ -74,8 +74,6 @@ sub skip_combinations {
|
||||
$skip{'main/ssl_verify_ip.test'} = 'x509v3 support required'
|
||||
unless $openssl_ver ge "1.0.2";
|
||||
|
||||
$skip{'main/tls_version1.test'} = 'https://github.com/wolfSSL/wolfssl/issues/2960'
|
||||
if $ssl_lib =~ /WolfSSL 4.4.0/;
|
||||
|
||||
%skip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user