From: Hilko Bengen Date: Tue, 9 Jan 2024 00:35:12 +0000 (+0100) Subject: Disable tests that use the network X-Git-Tag: archive/raspbian/1.52.3-1+rpi1^2^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87d646330d58c8daea05b02ff31c7f81a380b7af;p=guestfs-tools.git Disable tests that use the network --- diff --git a/debian/rules b/debian/rules index 198d660..ca91754 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,11 @@ export SKIP_TEST_VIRT_DIFF_SH=1 # failed on i386, riscv64 export SKIP_TEST_VIRT_FILESYSTEMS_SH=1 # failed on ppc64 export SKIP_TEST_VIRT_RESIZE_PL=1 +# Disable because the tests use the network +export SKIP_TEST_VIRT_BUILDER_CACHEALL_SH=1 +export SKIP_TEST_VIRT_BUILDER_LIST_SH=1 +export SKIP_TEST_VIRT_BUILDER_LIST_SIMPLESTREAMS_SH=1 + TEST_ARCHITECTURES := amd64 arm64 riscv64 ppc64el %: