gnu: cl-chanl: Disable flaky tests.

* gnu/packages/lisp-xyz.scm (sbcl-chanl)[arguments]: Disable tests.

Change-Id: I958183bfc9b098efefa18f915b438f21d0013fc5
This commit is contained in:
Guillaume Le Vaillant 2024-08-19 17:50:45 +02:00
parent 1902a1c3de
commit 06b1f16b8a
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -3116,6 +3116,9 @@ (define-public sbcl-chanl
(list sbcl-fiveam)) (list sbcl-fiveam))
(inputs (inputs
(list sbcl-bordeaux-threads)) (list sbcl-bordeaux-threads))
(arguments
;; Disable flaky tests
(list #:tests? #f))
(synopsis "Portable channel-based concurrency for Common Lisp") (synopsis "Portable channel-based concurrency for Common Lisp")
(description "Common Lisp library for channel-based concurrency. In (description "Common Lisp library for channel-based concurrency. In
a nutshell, you create various threads sequentially executing tasks you need a nutshell, you create various threads sequentially executing tasks you need