Skip tests that are failing on Konflux

Resolves: ROK-831
This commit is contained in:
Veronika Doubkova 2025-12-09 12:58:01 +01:00
parent 6df108e73d
commit 95036b880d
2 changed files with 10 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ExcludeArch: %{ix86}
Name: %{majorname}%{majorversion}
Version: %{package_version}
Release: 1%{?with_debug:.debug}%{?dist}
Release: 2%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@ -1133,6 +1133,10 @@ popd
%endif
%changelog
* Tue Dec 09 2025 Veronika Doubkova <vdoubkov@redhat.com> - 8.4.7-2
- Skip tests that are failing on Konflux
- Resolves: ROK-831
* Thu Oct 30 2025 Pavol Sloboda <psloboda@redhat.com> - 8.4.7-1
- Rebase to 8.4.7

View File

@ -32,3 +32,8 @@ main.subquery_sj_mat_bka_nobnl : BUG#0
gis.spatial_analysis_functions_centroid : BUG#0
perfschema.transaction_nested_events : BUG#0
rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts : BUG#0
# Failing on Konflux
main.basedir : BUG#0
main.grant_user_lock : BUG#0
main.loaddata_special : BUG#0