Disable ppc64le tests

This commit is contained in:
Josef Řídký 2022-03-10 12:11:02 +01:00
parent 16427f440a
commit 906fead1c5

View File

@ -102,9 +102,9 @@ Summary: Development files for %{name}
%check
# A few tests fail on s390x
# A few tests fail on s390x and ppc64le
# https://github.com/AcademySoftwareFoundation/openexr/issues/1175
%ifnarch s390x
%ifnarch s390x ppc64le
%ctest
%endif