From 9e8bf1c44f5bf2a1ac8a01747d7652ffc02955f8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 31 Aug 2012 18:56:10 +0100 Subject: [PATCH] Disable tests because of https://bugzilla.redhat.com/show_bug.cgi?id=853408 --- libguestfs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index 3726311..dd518a6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -747,7 +747,9 @@ export LIBGUESTFS_TRACE=1 export SKIP_TEST_CHECKSUM_DEVICE=1 %if %{runtests} -make check +# Disabled because of: +# https://bugzilla.redhat.com/show_bug.cgi?id=853408 +#make check %endif