Skip some test that fail for Fedora 41
This commit is contained in:
parent
9e821b9697
commit
91e5143359
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user