me
/
guix
Archived
1
0
Fork 0

gnu: java-simple-xml: Disable one test.

* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
NoAnnotationsRequiredTest.
master
Ricardo Wurmus 2021-12-23 15:41:34 +01:00
parent 6fbff5c8bd
commit d04261241b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -1553,6 +1553,8 @@ Excel(TM) since version 2007.")
(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")))))