diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-03-22 14:43:56 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-22 15:02:33 +0100 |
| commit | 50b4d3ac2699764079882eea164cb176a74799aa (patch) | |
| tree | 76e5c2f837d9f90c591188a0fbf4e45fdbdb31c0 /tests/pack.scm | |
| parent | ed407f3ccc5de3e440884001d05887a07df5fa81 (diff) | |
tests: Skip 'guix pack' test when networking is unavailable.
* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
Diffstat (limited to 'tests/pack.scm')
| -rw-r--r-- | tests/pack.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pack.scm b/tests/pack.scm index eb643c3229f..3bce7150750 100644 --- a/tests/pack.scm +++ b/tests/pack.scm | |||
| @@ -50,6 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | (test-begin "pack") | 51 | (test-begin "pack") |
| 52 | 52 | ||
| 53 | (unless (network-reachable?) (test-skip 1)) | ||
| 53 | (test-assertm "self-contained-tarball" | 54 | (test-assertm "self-contained-tarball" |
| 54 | (mlet* %store-monad | 55 | (mlet* %store-monad |
| 55 | ((profile (profile-derivation (packages->manifest | 56 | ((profile (profile-derivation (packages->manifest |
