Disable tests requiring TLS versions that were disabled by system-wide crypto-policies settings on F33+

https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
This commit is contained in:
Michal Schorm 2021-08-11 17:30:06 +02:00
parent 2c05f3b3bd
commit 8826aa4fc0

View File

@ -7,6 +7,15 @@ auth_sec.keyring_file_data_qa : BUG#0 failing on F32+
innodb.alter_kill : BUG#0 failing on F34+ innodb.alter_kill : BUG#0 failing on F34+
main.mtr_unit_tests : BUG#0 failing on F35+ 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 # Fails when -DENABLED_LOCAL_INFILE=ON
main.mysql_load_data_local_dir : BUG#0 failing on F32+ main.mysql_load_data_local_dir : BUG#0 failing on F32+