mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: java-commons-lang: Disable failing test.
* gnu/packages/java.scm (java-commons-lang)[arguments]: Modify #:test-exclude to disable randomly failing tests. The testsuite include tests about distribution of random inputs, meaning that they can randomly fail. Disable them to avoid build failures. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
This commit is contained in:
parent
e6ebc7b132
commit
e5a96113ca
1 changed files with 1 additions and 0 deletions
|
@ -3272,6 +3272,7 @@ (define-public java-commons-lang
|
|||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
#:test-exclude (list "**/Abstract*.java" "**/Random*.java")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'build 'build-javadoc ant-build-javadoc)
|
||||
|
|
Loading…
Reference in a new issue