Skip some test that fail for Fedora 41

This commit is contained in:
Björn Esser 2024-12-01 15:16:16 +01:00
parent 9e821b9697
commit 91e5143359
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -504,6 +504,10 @@ NO_TEST="$NO_TEST|curl"
# These three tests timeout on riscv64, skip them.
NO_TEST="$NO_TEST|Qt5Autogen.ManySources|Qt5Autogen.MocInclude|Qt5Autogen.MocIncludeSymlink|Qt6Autogen.MocIncludeSymlink"
%endif
%if 0%{?fedora} == 41
# Test failing on Fedora 41, only.
NO_TEST="$NO_TEST|RunCMake.Make|RunCMake.BuildDepends|Qt6Autogen.RerunMocBasic|Qt6Autogen.RerunRccDepends"
%endif
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure
## do this only periodically, not for every build -- besser82 20221102
# Keep an eye on failing tests