guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgdata: Disable failing tests.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: libgdata: Disable failing tests.
Date: Wed, 9 Aug 2017 10:29:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 448052b713ba7016490de02cea7b6acf2211006f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 9 16:15:50 2017 +0200

    gnu: libgdata: Disable failing tests.
    
    * gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’
    phase.
---
 gnu/packages/gnome.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed4def6..d7c29dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -345,6 +345,13 @@ formats like PNG, SVG, PDF and EPS.")
              ;; The ca-certificates.crt is not available in the build
              ;; environment.
              (setenv "SSL_CERT_FILE" "/dev/null")
+             #t))
+         (add-before 'check 'disable-failing-tests
+           (lambda _
+             ;; The PicasaWeb API tests fail with address@hidden
+             ;; They have been removed in libgdata 0.17.6, so just do the same.
+             (substitute* "gdata/tests/Makefile"
+               (("picasaweb\\$\\(EXEEXT\\) ") ""))
              #t)))))
     (native-inputs
      `(("glib:bin" ,glib "bin")



reply via email to

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