mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Removed warning from ssl_cipher.test
This commit is contained in:
@ -2,6 +2,11 @@
|
||||
# Various tests that require setting of a specific ssl_cipher
|
||||
# which currently doesn't work in OpenSSL 1.1.1
|
||||
#
|
||||
|
||||
--disable_query_log
|
||||
CALL mtr.add_suppression("are insecure");
|
||||
--enable_query_log
|
||||
|
||||
--source include/have_ssl_communication.inc
|
||||
|
||||
if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) {
|
||||
|
Reference in New Issue
Block a user