Disable tests on armv7hl as they can take too long to run and timeout.
This commit is contained in:
parent
3272b5b732
commit
03cc77e5c7
@ -108,9 +108,9 @@ Summary: Development files for %{name}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%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
|
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
|
||||||
%ifnarch aarch64 s390x
|
%ifnarch armv7hl aarch64 s390x
|
||||||
%ctest
|
%ctest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user