guix-commits
[Top][All Lists]
Advanced

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

03/37: gnu: libsoup: Disable failing test.


From: guix-commits
Subject: 03/37: gnu: libsoup: Disable failing test.
Date: Sun, 14 Jul 2019 15:54:50 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit b48e6fd8250964f5129e1f43fdcf16d080ed029a
Author: Kei Kebreau <address@hidden>
Date:   Wed Jun 26 11:40:50 2019 -0400

    gnu: libsoup: Disable failing test.
    
    * gnu/packages/gnome.scm (libsoup)[arguments]: Modify "adjust-tests" phase.
---
 gnu/packages/gnome.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9a0166..2a3ca6b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2697,6 +2697,12 @@ libxml to ease remote use of the RESTful API.")
              (substitute* "tests/socket-test.c"
                ((".*/sockets/unconnected.*") ""))
 
+             ;; This test is unreliable according to Debian.
+             ;; Watch https://gitlab.gnome.org/GNOME/libsoup/issues/120 for
+             ;; updates.
+             (substitute* "tests/ssl-test.c"
+               ((".*/ssl/tls-interaction.*") ""))
+
              ;; Generate a self-signed certificate that has "localhost" as its
              ;; 'dnsName'.  Failing to do that, and starting with GnuTLS
              ;; 3.5.12, tests such as "ssl-tests" fail:



reply via email to

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