From 6987a35cfaf713d79e89d2739df7230787ff1eda Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Tue, 21 Feb 2023 00:55:07 +0100 Subject: [PATCH] Disable test-virt-builder.sh (Closes: ##1031471) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This test recently started failing in sbuild – but not when run interactively in schroot environments. --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2