From c032b2a4cf154e5bcfda2bf5c62b41c7fca55baf Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 31 Oct 2021 02:34:59 +0200 Subject: [PATCH] Enhance the description for a skipped test Related: #2018764 --- rh-skipped-tests-list-base.list | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index d67e06d..44655fc 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -16,8 +16,11 @@ 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+ +# We intentionaly compile in a different default value than the upstream +# Thus the commands expected by upstream to fail succeeds in our builds +# and thus the test fails +# Cmake option: -DENABLED_LOCAL_INFILE=ON +main.mysql_load_data_local_dir : BUG#0 Intentional divergence from the upstream compiled-in default # Unstable innodb.innodb_force_recovery : BUG#0 unstable since 8.0.24 on F32+