From 4084f310d45802906095d07ff81c1b378d7ac745 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Mar 2021 12:50:23 +0000 Subject: [PATCH] Skip test-virt-resize.pl that takes too long to run. --- guestfs-tools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/guestfs-tools.spec b/guestfs-tools.spec index bbe236f..e8f7c1a 100644 --- a/guestfs-tools.spec +++ b/guestfs-tools.spec @@ -26,7 +26,7 @@ Summary: Tools to access and modify virtual machine disk images Name: guestfs-tools Version: 1.45.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ # Build only for architectures that have a kernel @@ -284,6 +284,10 @@ export SKIP_TEST_MACHINE_READABLE_SH=1 # in an unrestricted environment. export SKIP_TEST_VIRT_FORMAT_SH=1 +# This test takes too long to run under Koji and times out. It runs +# fine with KVM enabled. +export SKIP_TEST_VIRT_RESIZE_PL=1 + if ! make check -k ; then # Dump out the log files of any failing tests to make # debugging test failures easier. @@ -393,6 +397,9 @@ gzip --best installed-docs/*.xml %changelog +* Fri Mar 26 2021 Richard W.M. Jones - 1.45.2-5 +- Skip test-virt-resize.pl that takes too long to run. + * Thu Mar 25 2021 Richard W.M. Jones - 1.45.2-4 - Add perl(Test::More) dependency for the Perl test suite. - Add perl(Module::Build) dependency for the Perl bindings.