diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 15:41:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 20:27:48 +0100 |
commit | d04261241baa857a412053730ed230b20096bbda (patch) | |
tree | c4d100951ace0e61cc7887db5323439e23a0ad49 /gnu | |
parent | 6fbff5c8bde827524f48fd64bbc200ced6120561 (diff) |
gnu: java-simple-xml: Disable one test.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
NoAnnotationsRequiredTest.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index bc76a95c59..9f83c7d079 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"))))) |