[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-java-bootstrap-simplify updated: gnu: java-slf4j-simple: Disa
From: |
guix-commits |
Subject: |
branch wip-java-bootstrap-simplify updated: gnu: java-slf4j-simple: Disable one test. |
Date: |
Thu, 23 Dec 2021 06:10:22 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.
The following commit(s) were added to refs/heads/wip-java-bootstrap-simplify by
this push:
new 12370b7 gnu: java-slf4j-simple: Disable one test.
12370b7 is described below
commit 12370b74ecaf8620703100176103496fa636cd6a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 12:09:15 2021 +0100
gnu: java-slf4j-simple: Disable one test.
* gnu/packages/java.scm (java-slf4j-simple)[arguments]: Disable
SimpleLoggerMultithreadedInitializationTest because it fails when more CPUs
are available.
---
gnu/packages/java.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8ccc16b..7411898 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7824,6 +7824,7 @@ time.")
`(#:jar-name "slf4j-simple.jar"
#:source-dir "slf4j-simple/src/main"
#:test-dir "slf4j-simple/src/test"
+ #:test-exclude (list
"**/*SimpleLoggerMultithreadedInitializationTest.java")
#:phases
(modify-phases %standard-phases
;; The tests need some test classes from slf4j-api
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-java-bootstrap-simplify updated: gnu: java-slf4j-simple: Disable one test.,
guix-commits <=