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

Richard W.M. Jones rjones at fedoraproject.org
Wed Feb 5 18:17:45 UTC 2014


commit 15d0449be890e689ac66953cfd636854bd643f1f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Feb 5 15:11:38 2014 +0000

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

 libguestfs.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index f127e5f..8bd9d79 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -683,6 +683,8 @@ popd
 export SKIP_TEST_VIRT_ALIGNMENT_SCAN_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 32 bit x86 because of RHBZ#998722 & RHBZ#998692.
 # Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
@@ -691,6 +693,7 @@ export SKIP_TEST_VIRT_DF_GUESTS_SH=1
 make check -k
 %endif
 %endif
+%endif
 
 
 %install


More information about the scm-commits mailing list