mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
tests: Skip 'guix pack' test when networking is unavailable.
* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
This commit is contained in:
parent
ed407f3ccc
commit
50b4d3ac26
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ (define %tar-bootstrap %bootstrap-coreutils&co)
|
|||
|
||||
(test-begin "pack")
|
||||
|
||||
(unless (network-reachable?) (test-skip 1))
|
||||
(test-assertm "self-contained-tarball"
|
||||
(mlet* %store-monad
|
||||
((profile (profile-derivation (packages->manifest
|
||||
|
|
Loading…
Reference in a new issue