guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for


From: Brian Cully
Subject: [bug#62860] [PATCH core-updates] gnu: cluster: Disable failing test for libraft
Date: Sat, 15 Apr 2023 09:54:27 -0400

This test requires network connectivity.

 * gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c
---
 gnu/packages/cluster.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 6e4055736a..6d10d73859 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -215,7 +215,8 @@ (define-public libraft
                    (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))

base-commit: 7ccf9943029747d4ba97160214f895b365511278
prerequisite-patch-id: 3a0a1be9df9a40370ebadd64ad6163c1a4f2bc4d
prerequisite-patch-id: 04bc0329678ccd5fe51be207d86dc8a4ce969c8b
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]