gnu: libgdata: Disable failing tests.
* gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’ phase.
This commit is contained in:
parent
18f5d2a70a
commit
448052b713
|
@ -345,6 +345,13 @@ formats like PNG, SVG, PDF and EPS.")
|
||||||
;; The ca-certificates.crt is not available in the build
|
;; The ca-certificates.crt is not available in the build
|
||||||
;; environment.
|
;; environment.
|
||||||
(setenv "SSL_CERT_FILE" "/dev/null")
|
(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)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
|
|
Loading…
Reference in New Issue