From: Hilko Bengen Date: Mon, 20 Feb 2023 23:55:07 +0000 (+0100) Subject: Disable test-virt-builder.sh (Closes: ##1031471) X-Git-Tag: archive/raspbian/1.52.3-1+rpi1^2^2^2^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6987a35cfaf713d79e89d2739df7230787ff1eda;p=guestfs-tools.git Disable test-virt-builder.sh (Closes: ##1031471) This test recently started failing in sbuild – but not when run interactively in schroot environments. --- diff --git a/debian/rules b/debian/rules index d91f9c8..c96a9f7 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ include /usr/share/dpkg/architecture.mk # Disable because the test seems to hang. export SKIP_RHBZ1285847_SH=1 export SKIP_TEST_VIRT_SYSPREP_SCRIPT_SH=1 +export SKIP_TEST_VIRT_BUILDER_SH=1 TEST_ARCHITECTURES := i386 amd64 arm64 riscv64 ppc64el s390x