Revert "Revert "Drop ignoring of tests on ppc64""

This reverts commit bef8b43abc.

It turns out that the test was flakey, and %ifarch didnt' make any difference
on ppc64.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-08-28 16:15:11 +02:00
parent bef8b43abc
commit dd07517692

View File

@ -186,10 +186,7 @@ install -pDm0644 %{SOURCE3} %{buildroot}%{python3_sitearch}/%{name}.pth
find %{buildroot} -type f -name "*.la" -delete
%check
make check VERBOSE=1 \
%ifarch ppc
|| : # https://github.com/pmodels/mpich/issues/3949
%endif
make check VERBOSE=1
%ldconfig_scriptlets