[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-java-bootstrap-simplify updated: gnu: java-simple-xml: Disabl
From: |
guix-commits |
Subject: |
branch wip-java-bootstrap-simplify updated: gnu: java-simple-xml: Disable one test. |
Date: |
Thu, 23 Dec 2021 09:42:19 -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 8e32bd1 gnu: java-simple-xml: Disable one test.
8e32bd1 is described below
commit 8e32bd1720336ec62258cb842dce812f7f979d04
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 15:41:34 2021 +0100
gnu: java-simple-xml: Disable one test.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
NoAnnotationsRequiredTest.
---
gnu/packages/xml.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index bc76a95..9f83c7d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1553,6 +1553,8 @@ Excel(TM) since version 2007.")
(arguments
`(#:build-target "build"
#:test-target "test"
+ ;; This test sometimes fails with an out of memory exception
+ #:test-exclude (list "**/NoAnnotationsRequiredTest.java")
#:phases
(modify-phases %standard-phases
(replace 'install (install-jars "jar")))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-java-bootstrap-simplify updated: gnu: java-simple-xml: Disable one test.,
guix-commits <=