mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
upstream: Temporarily skip failing test.
* tests/upstream.scm ("coalesce-sources same version"): Skip.
This commit is contained in:
parent
f15800946d
commit
ea6fb108f6
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ (define-module (test-upstream)
|
|||
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue