Disable tests on armv7hl as they can take too long to run and timeout.

This commit is contained in:
Richard Shaw 2021-01-06 06:41:01 -06:00
parent 3272b5b732
commit 03cc77e5c7
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ Summary: Development files for %{name}
%check
# Test 4 currently fails on aarch64
# Test 4 currently fails on aarch64 and sometimes times out on armv7hl
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
%ifnarch aarch64 s390x
%ifnarch armv7hl aarch64 s390x
%ctest
%endif