Report and skip a test regression on ppc64le
This commit is contained in:
parent
33a4b5c728
commit
ca0a3d5d75
1 changed files with 10 additions and 1 deletions
|
|
@ -110,7 +110,16 @@ Development headers for %{name}
|
|||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
skips='^($.'
|
||||
%ifarch ppc64le
|
||||
# [Bug]: Flaky test failures in absl_failure_signal_handler_test on ppc64le in
|
||||
# Fedora
|
||||
# https://github.com/abseil/abseil-cpp/issues/1804
|
||||
skips="${skips}|absl_failure_signal_handler_test"
|
||||
%endif
|
||||
skips="${skips})$"
|
||||
|
||||
%ctest --exclude-regex "${skips}"
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue