From ea6fb108f6a3a53d48ea187b1f82b5f7ffce00a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 28 Jan 2019 22:20:20 +0100 Subject: [PATCH] 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 6c86abe817..e431956960 100644 --- a/tests/upstream.scm +++ b/tests/upstream.scm @@ -24,6 +24,9 @@ (test-begin "upstream") +;; FIXME: Temporarily skipping this test; see . +(test-skip 1) + (test-equal "coalesce-sources same version" (list (upstream-source (package "foo") (version "1")