Commit 55534a26 authored by Monty's avatar Monty

Removed warning from ssl_cipher.test

parent b159f05a
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
# Various tests that require setting of a specific ssl_cipher # Various tests that require setting of a specific ssl_cipher
# which currently doesn't work in OpenSSL 1.1.1 # 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 --source include/have_ssl_communication.inc
if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) { if (`select @@version_ssl_library like 'OpenSSL 1.1.1%'`) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment