Skip test-virt-resize.pl that takes too long to run.
This commit is contained in:
parent
6f2364b74b
commit
4084f310d4
@ -26,7 +26,7 @@
|
|||||||
Summary: Tools to access and modify virtual machine disk images
|
Summary: Tools to access and modify virtual machine disk images
|
||||||
Name: guestfs-tools
|
Name: guestfs-tools
|
||||||
Version: 1.45.2
|
Version: 1.45.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# Build only for architectures that have a kernel
|
# Build only for architectures that have a kernel
|
||||||
@ -284,6 +284,10 @@ export SKIP_TEST_MACHINE_READABLE_SH=1
|
|||||||
# in an unrestricted environment.
|
# in an unrestricted environment.
|
||||||
export SKIP_TEST_VIRT_FORMAT_SH=1
|
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
|
if ! make check -k ; then
|
||||||
# Dump out the log files of any failing tests to make
|
# Dump out the log files of any failing tests to make
|
||||||
# debugging test failures easier.
|
# debugging test failures easier.
|
||||||
@ -393,6 +397,9 @@ gzip --best installed-docs/*.xml
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 26 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-5
|
||||||
|
- Skip test-virt-resize.pl that takes too long to run.
|
||||||
|
|
||||||
* Thu Mar 25 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-4
|
* Thu Mar 25 2021 Richard W.M. Jones <rjones@redhat.com> - 1.45.2-4
|
||||||
- Add perl(Test::More) dependency for the Perl test suite.
|
- Add perl(Test::More) dependency for the Perl test suite.
|
||||||
- Add perl(Module::Build) dependency for the Perl bindings.
|
- Add perl(Module::Build) dependency for the Perl bindings.
|
||||||
|
Loading…
Reference in New Issue
Block a user