gnu: ecl-lparallel: Disable never ending tests.

* gnu/packages/lisp-xyz.scm (ecl-lparallel)[arguments]: Disable tests.
This commit is contained in:
Guillaume Le Vaillant 2020-12-11 18:49:55 +01:00
parent 2ae3033449
commit 6ca66f6414
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

@ -2764,7 +2764,11 @@ Lisp, featuring:
(sbcl-package->cl-source-package sbcl-lparallel))
(define-public ecl-lparallel
(sbcl-package->ecl-package sbcl-lparallel))
(package
(inherit (sbcl-package->ecl-package sbcl-lparallel))
(arguments
;; TODO: Find why the tests get stuck forever; disable them for now.
`(#:tests? #f))))
(define-public sbcl-cl-markup
(let ((commit "e0eb7debf4bdff98d1f49d0f811321a6a637b390"))