Disable tests everywhere because LVM is broken in the kernel (RHBZ#1061339).

This commit is contained in:
Richard W.M. Jones 2014-02-05 15:11:38 +00:00
parent f36b756d08
commit 15d0449be8

View File

@ -683,6 +683,8 @@ popd
export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1 export SKIP_TEST_VIRT_ALIGNMENT_SCAN_GUESTS_SH=1
export SKIP_TEST_VIRT_DF_GUESTS_SH=1 export SKIP_TEST_VIRT_DF_GUESTS_SH=1
# Disabled everywhere because LVM is broken in the kernel (RHBZ#1061339).
%if 0
# 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.
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742. # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
@ -691,6 +693,7 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
make check -k make check -k
%endif %endif
%endif %endif
%endif
%install %install