From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Date: Tue, 10 Oct 2023 10:42:24 +0200
Subject: [PATCH] Disable tests that fail in debian build chroot
Origin: vendor, Debian
Forwarded: not-needed, Debian-specific

---
 test/meson.build | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/meson.build b/test/meson.build
index 25d0666dce6c..64cb3324ff9f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -25,9 +25,10 @@ tests = [
   'utils',
 ]
 
-if get_option('network')
-  tests += 'network'
-endif
+# package builds are supposed to run without network access
+#if get_option('network')
+#  tests += 'network'
+#endif
 
 if get_option('streaming')
   tests += 'nbd'
