diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 22:20:20 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 23:13:40 +0100 |
| commit | ea6fb108f6a3a53d48ea187b1f82b5f7ffce00a7 (patch) | |
| tree | 224e4ee2c8a715f51b17c2df3d6ef59f939e8dcc | |
| parent | f15800946d688398ec09a86b23d01ebef91800e0 (diff) | |
upstream: Temporarily skip failing test.
* tests/upstream.scm ("coalesce-sources same version"): Skip.
| -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 6c86abe8179..e4319569609 100644 --- a/tests/upstream.scm +++ b/tests/upstream.scm | |||
| @@ -24,6 +24,9 @@ | |||
| 24 | 24 | ||
| 25 | (test-begin "upstream") | 25 | (test-begin "upstream") |
| 26 | 26 | ||
| 27 | ;; FIXME: Temporarily skipping this test; see <https://bugs.gnu.org/34229>. | ||
| 28 | (test-skip 1) | ||
| 29 | |||
| 27 | (test-equal "coalesce-sources same version" | 30 | (test-equal "coalesce-sources same version" |
| 28 | (list (upstream-source | 31 | (list (upstream-source |
| 29 | (package "foo") (version "1") | 32 | (package "foo") (version "1") |
