gnu: weston: Disable parallel tests.
* gnu/packages/freedesktop.scm (weston): Disable parallel tests.
This commit is contained in:
parent
217af8ae71
commit
26bcd2a2b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user