gnu: weston: Disable parallel tests.

* gnu/packages/freedesktop.scm (weston): Disable parallel tests.
master
Rutger Helling 2018-05-24 15:11:36 +02:00
parent 217af8ae71
commit 26bcd2a2b2
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
(string-append "--with-xserver-path="
(assoc-ref %build-inputs "xorg-server-xwayland")
"/bin/Xwayland"))
#:tests? #f ; FIXME: Tests randomly fail.
#:parallel-tests? #f ; Parallel tests cause failures.
#:phases
(modify-phases %standard-phases
(add-before 'configure 'use-elogind