diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-09-18 22:33:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-09-18 23:23:44 +0200 |
commit | cda08dd339112c78881e91597326498331b16dca (patch) | |
tree | 7ec595f6dfd67c7e9abba08d92847d0baae16f94 /tests | |
parent | 000bbe02e21353f30c915d5b88f2de316d3634a1 (diff) | |
download | patches-cda08dd339112c78881e91597326498331b16dca.tar patches-cda08dd339112c78881e91597326498331b16dca.tar.gz |
tests: Skip 'self-contained-tarball' test unconditionally.
* tests/pack.scm ("self-contained-tarball"): Skip unconditionally.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pack.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/pack.scm b/tests/pack.scm index d4596f863a..c57c6848ff 100644 --- a/tests/pack.scm +++ b/tests/pack.scm @@ -51,7 +51,12 @@ (test-begin "pack") -(unless (network-reachable?) (test-skip 1)) +;; FIXME: The following test would rebuild the world (and likely fail) as a +;; consequence of commit c45477d2a1a651485feede20fe0f3d15aec48b39 (and related +;; changes) that made guile-sqlite3 a dependency of the derivation. +;; See <https://bugs.gnu.org/32184>. +(test-skip 1) + (test-assertm "self-contained-tarball" (mlet* %store-monad ((profile (profile-derivation (packages->manifest |