From 9a462c5ddb31759e8bdaabfe3a9e3ad05bddc864 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 10 Nov 2020 15:42:03 -0800
Subject: [PATCH 15/29] tests/processes.scm: Disable test using bootstrap-guile
 when network is unavailable.

---
 tests/processes.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/processes.scm b/tests/processes.scm
index ba518f2d9e..d044e173a6 100644
--- a/tests/processes.scm
+++ b/tests/processes.scm
@@ -84,6 +84,7 @@
       (and (kill (process-id daemon) 0)
            (string-suffix? "guix-daemon" (first (process-command daemon)))))))
 
+(unless (network-reachable?) (test-skip 1))
 (test-assert* "client + lock"
   (with-store store
     (call-with-temporary-directory
-- 
2.30.2

