From 50b4d3ac2699764079882eea164cb176a74799aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 22 Mar 2017 14:43:56 +0100 Subject: tests: Skip 'guix pack' test when networking is unavailable. * tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?). --- tests/pack.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pack.scm') diff --git a/tests/pack.scm b/tests/pack.scm index eb643c3229..3bce715075 100644 --- a/tests/pack.scm +++ b/tests/pack.scm @@ -50,6 +50,7 @@ (test-begin "pack") +(unless (network-reachable?) (test-skip 1)) (test-assertm "self-contained-tarball" (mlet* %store-monad ((profile (profile-derivation (packages->manifest -- cgit v1.2.3