diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/upstream.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 <https://bugs.gnu.org/34229>. +(test-skip 1) + (test-equal "coalesce-sources same version" (list (upstream-source (package "foo") (version "1") |