guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/50: gnu: java-simple-xml: Disable one test.


From: guix-commits
Subject: 47/50: gnu: java-simple-xml: Disable one test.
Date: Thu, 23 Dec 2021 12:52:43 -0500 (EST)

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

commit e110977ff928831cafa304ab544ae7190dd5f5c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 15:41:34 2021 +0100

    gnu: java-simple-xml: Disable one test.
    
    * gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
    NoAnnotationsRequiredTest.
---
 gnu/packages/xml.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index bc76a95..9f83c7d 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")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]