~ruther/guix-local

06b1f16b8a7735f2f526d6472c138962f54eee29 — Guillaume Le Vaillant 1 year, 11 months ago 1902a1c
gnu: cl-chanl: Disable flaky tests.

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

Change-Id: I958183bfc9b098efefa18f915b438f21d0013fc5
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +3 -0
@@ 3116,6 3116,9 @@ package.")
       (list sbcl-fiveam))
      (inputs
       (list sbcl-bordeaux-threads))
      (arguments
       ;; Disable flaky tests
       (list #:tests? #f))
      (synopsis "Portable channel-based concurrency for Common Lisp")
      (description "Common Lisp library for channel-based concurrency.  In
a nutshell, you create various threads sequentially executing tasks you need