guix-commits
[Top][All Lists]
Advanced

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

01/01: glib: Fix tests.


From: ???
Subject: 01/01: glib: Fix tests.
Date: Tue, 19 Apr 2016 12:08:02 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit a4e885f626fec1798a4f4d343dddc84a136ae8a9
Author: 宋文武 <address@hidden>
Date:   Tue Apr 19 20:02:44 2016 +0800

    glib: Fix tests.
    
    * gnu/packages/glib.scm (glib)[arguments]: Disable the 
"/application/local-actions"
    test in 'disable-failing-tests' phase.
---
 gnu/packages/glib.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5d27c78..7002052 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -205,7 +205,11 @@ shared NFS home directories.")
                       (;; XXX: proven to be unreliable.  See:
                        ;;  <https://bugs.debian.org/756273>
                        ;;  <http://bugs.gnu.org/18445>
-                       "/gapplication/quit"))
+                       "/gapplication/quit"
+
+                       ;; XXX: fails randomly for unknown reason. See:
+                       ;;  
<https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00215.html>
+                       "/gapplication/local-actions"))
 
                      ("gio/tests/contenttype.c"
                       (;; XXX: requires shared-mime-info.



reply via email to

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