guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: tests: Skip 'self-contained-tarball' test unconditionally.


From: Ludovic Courtès
Subject: 02/06: tests: Skip 'self-contained-tarball' test unconditionally.
Date: Tue, 18 Sep 2018 17:23:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cda08dd339112c78881e91597326498331b16dca
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 18 22:33:30 2018 +0200

    tests: Skip 'self-contained-tarball' test unconditionally.
    
    * tests/pack.scm ("self-contained-tarball"): Skip unconditionally.
---
 tests/pack.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/pack.scm b/tests/pack.scm
index d4596f8..c57c684 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]