gnu: ell: Disable parallel tests.

* gnu/packages/linux.scm (ell)[arguments]: Disable parallel tests.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Simon South 2022-02-09 09:54:59 -05:00 committed by Ludovic Courtès
parent 0e103ec611
commit 7c9b811de1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8358,6 +8358,10 @@ (define-public ell
(base32
"0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
(build-system gnu-build-system)
(arguments
;; Tests launch dbus-daemon instances that all try to bind to
;; "/tmp/ell-test-bus". Thus, we need to run them sequentially.
'(#:parallel-tests? #f))
(inputs
(list dbus))
(native-inputs