guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libraft: Disable test that requires connectivity.


From: guix-commits
Subject: 03/04: gnu: libraft: Disable test that requires connectivity.
Date: Sun, 23 Apr 2023 16:42:44 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit f16a99df2ed06a578dcedb8f015d90964247bf6e
Author: Brian Cully <bjc@spork.org>
AuthorDate: Sat Apr 15 09:54:27 2023 -0400

    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>
---
 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 @@ 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))



reply via email to

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