Report and skip a test regression on ppc64le

This commit is contained in:
Benjamin A. Beasley 2025-01-08 11:11:07 -05:00
commit ca0a3d5d75

View file

@ -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