Disable tests on ppc, ppc64 (secondary arches), see RHBZ#1036742.
This commit is contained in:
parent
ca55c63d13
commit
443fd79733
@ -685,7 +685,8 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
|
||||
|
||||
# Disabled on ARM because of RHBZ#990258.
|
||||
# Disabled on 32 bit x86 because of RHBZ#998722 & RHBZ#998692.
|
||||
%ifnarch armv7hl %{ix86}
|
||||
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
||||
%ifnarch armv7hl %{ix86} ppc ppc64
|
||||
%if %{runtests}
|
||||
make check -k
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user