This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch lisp-team
in repository guix.
The following commit(s) were added to refs/heads/lisp-team by this push:
new 06b1f16b8a gnu: cl-chanl: Disable flaky tests.
06b1f16b8a is described below
commit 06b1f16b8a7735f2f526d6472c138962f54eee29
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Mon Aug 19 17:50:45 2024 +0200
gnu: cl-chanl: Disable flaky tests.
* gnu/packages/lisp-xyz.scm (sbcl-chanl)[arguments]: Disable tests.
Change-Id: I958183bfc9b098efefa18f915b438f21d0013fc5
---
gnu/packages/lisp-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0b369a00d8..35faeccf7a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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