mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cl-chanl: Disable flaky tests.
* gnu/packages/lisp-xyz.scm (sbcl-chanl)[arguments]: Disable tests. Change-Id: I958183bfc9b098efefa18f915b438f21d0013fc5
This commit is contained in:
parent
1902a1c3de
commit
06b1f16b8a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue