mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: java-simple-xml: Disable one test.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable NoAnnotationsRequiredTest.
This commit is contained in:
parent
6fbff5c8bd
commit
d04261241b
1 changed files with 2 additions and 0 deletions
|
@ -1553,6 +1553,8 @@ (define-public java-simple-xml
|
|||
(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")))))
|
||||
|
|
Loading…
Reference in a new issue