projects
/
guestfs-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1b4cc
)
Disable tests that use the network
author
Hilko Bengen
<bengen@debian.org>
Tue, 9 Jan 2024 00:35:12 +0000
(
01:35
+0100)
committer
Hilko Bengen
<bengen@debian.org>
Tue, 9 Jan 2024 00:35:12 +0000
(
01:35
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 198d660feaf0c803e250422233be70b0a13f4b53..ca9175419370dafd8a58c88fedf4aecd2d66f740 100755
(executable)
--- 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
%: