Disable tests on 32 bit x86, failing in Rawhide.

This commit is contained in:
Richard W.M. Jones 2014-05-02 19:27:55 +01:00
parent 4de7f8098e
commit 47f32701ca
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@
%if %{defined libguestfs_runtests} %if %{defined libguestfs_runtests}
%global runtests %{libguestfs_runtests} %global runtests %{libguestfs_runtests}
%else %else
%ifnarch %{arm} ppc ppc64 %ifnarch %{ix86} %{arm} ppc ppc64
%global runtests 1 %global runtests 1
%else %else
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
# Disabled on arm, see RHBZ#1066581. # Disabled on arm, see RHBZ#1066581.
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
%global runtests 0 %global runtests 0