diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-05-24 15:11:36 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-05-24 15:13:13 +0200 |
commit | 26bcd2a2b2a2d44e71750159486bfd3b0d8230ad (patch) | |
tree | 8470a47d2f7c848cb92e495fa2bb149e036a5f58 /gnu | |
parent | 217af8ae719250c352644e4d356c9d3a88e03c46 (diff) | |
download | guix-26bcd2a2b2a2d44e71750159486bfd3b0d8230ad.tar.gz guix-26bcd2a2b2a2d44e71750159486bfd3b0d8230ad.zip |
gnu: weston: Disable parallel tests.
* gnu/packages/freedesktop.scm (weston): Disable parallel tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 63c3a93957..57af63cfc2 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -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 |