Disable tests on ppc, ppc64 (secondary arches), see RHBZ#1036742.

This commit is contained in:
Richard W.M. Jones 2013-12-02 15:10:16 +00:00
parent ca55c63d13
commit 443fd79733

View File

@ -685,7 +685,8 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
# Disabled on ARM because of RHBZ#990258. # Disabled on ARM because of RHBZ#990258.
# Disabled on 32 bit x86 because of RHBZ#998722 & RHBZ#998692. # 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} %if %{runtests}
make check -k make check -k
%endif %endif