gnu: libgdata: Disable failing tests.

* gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’
phase.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-09 16:15:50 +02:00
parent 18f5d2a70a
commit 448052b713
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -345,6 +345,13 @@ (define-public libgdata
;; 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 gnome-online-accounts@3.24.2.
;; 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")