mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +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
|
(arguments
|
||||||
`(#:build-target "build"
|
`(#:build-target "build"
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
|
;; This test sometimes fails with an out of memory exception
|
||||||
|
#:test-exclude (list "**/NoAnnotationsRequiredTest.java")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install (install-jars "jar")))))
|
(replace 'install (install-jars "jar")))))
|
||||||
|
|
Loading…
Reference in a new issue