Disable tests that use the network
authorHilko Bengen <bengen@debian.org>
Tue, 9 Jan 2024 00:35:12 +0000 (01:35 +0100)
committerHilko Bengen <bengen@debian.org>
Tue, 9 Jan 2024 00:35:12 +0000 (01:35 +0100)
debian/rules

index 198d660feaf0c803e250422233be70b0a13f4b53..ca9175419370dafd8a58c88fedf4aecd2d66f740 100755 (executable)
@@ -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
 
 %: