guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: bittorrent: Disable tests.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: bittorrent: Disable tests.
Date: Mon, 16 Aug 2021 05:08:51 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new c16341b  gnu: bittorrent: Disable tests.
c16341b is described below

commit c16341bb9e6bc6751473668afee5022eb287b1e1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 16 11:07:27 2021 +0200

    gnu: bittorrent: Disable tests.
    
    * gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that 
are
    failing when using libevent 2.12 without internet connection.
---
 gnu/packages/bittorrent.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index e17e04d..46ff706 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -90,6 +90,10 @@
        (list (string-append "--localedir="
                             (assoc-ref %outputs "gui")
                             "/share/locale"))
+       ;; Some tests segfault when using libevent 2.12 without internet
+       ;; connection. This has been reported mainstream but not fixed yet:
+       ;; https://github.com/transmission/transmission/issues/1437.
+       #:tests? #f
        #:glib-or-gtk-wrap-excluded-outputs '("out")
        #:phases
        (modify-phases %standard-phases



reply via email to

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