mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libraft: Disable test that requires connectivity.
* gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2870fd77ea
commit
f16a99df2e
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ (define-public libraft
|
||||||
(add-after 'unpack 'disable-failing-tests
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.am"
|
(substitute* "Makefile.am"
|
||||||
((".*test_uv_append.c.*") ""))
|
((".*test_uv_append.c.*") "")
|
||||||
|
((".*test_uv_tcp_connect.c.*") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list libuv lz4))
|
(list libuv lz4))
|
||||||
|
|
Loading…
Reference in a new issue