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
@ -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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user