From 8826aa4fc0d924535fcce171dce325ff014e7916 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 11 Aug 2021 17:30:06 +0200 Subject: [PATCH] Disable tests requiring TLS versions that were disabled by system-wide crypto-policies settings on F33+ https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2 --- rh-skipped-tests-list-base.list | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 77743ba..1b5d37d 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -7,6 +7,15 @@ auth_sec.keyring_file_data_qa : BUG#0 failing on F32+ innodb.alter_kill : BUG#0 failing on F34+ main.mtr_unit_tests : BUG#0 failing on F35+ +# Expected to fail in Fedora 33+ +# TLS 1.1 and older has been disabled by system-wide crypto-policies setting +# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2 +# Tests pass when using legacy crypto-policies seetings +auth_sec.tls12_tls1 : BUG#0 Expected to fail on F33+ +auth_sec.tls13_tls1 : BUG#0 Expected to fail on F33+ +main.ssl_deprecated_tls_versions : BUG#0 Expected to fail on F33+ +x.connection_tls_version : BUG#0 Expected to fail on F33+ + # Fails when -DENABLED_LOCAL_INFILE=ON main.mysql_load_data_local_dir : BUG#0 failing on F32+