guix-commits
[Top][All Lists]
Advanced

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

02/07: upstream: Temporarily skip failing test.


From: guix-commits
Subject: 02/07: upstream: Temporarily skip failing test.
Date: Mon, 28 Jan 2019 17:13:57 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ea6fb108f6a3a53d48ea187b1f82b5f7ffce00a7
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 28 22:20:20 2019 +0100

    upstream: Temporarily skip failing test.
    
    * tests/upstream.scm ("coalesce-sources same version"): Skip.
---
 tests/upstream.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/upstream.scm b/tests/upstream.scm
index 6c86abe..e431956 100644
--- a/tests/upstream.scm
+++ b/tests/upstream.scm
@@ -24,6 +24,9 @@
 
 (test-begin "upstream")
 
+;; FIXME: Temporarily skipping this test; see <https://bugs.gnu.org/34229>.
+(test-skip 1)
+
 (test-equal "coalesce-sources same version"
   (list (upstream-source
          (package "foo") (version "1")



reply via email to

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