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
@ -215,7 +215,8 @@ independently or together to provide resilient infrastructures.")
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
(lambda _
|
||||
(substitute* "Makefile.am"
|
||||
((".*test_uv_append.c.*") ""))
|
||||
((".*test_uv_append.c.*") "")
|
||||
((".*test_uv_tcp_connect.c.*") ""))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list libuv lz4))
|
||||
|
Loading…
Reference in New Issue
Block a user