* [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test.
@ 2018-01-11 23:08 Gábor Boskovits
2018-01-12 7:26 ` bug#30081: " Chris Marusich
0 siblings, 1 reply; 2+ messages in thread
From: Gábor Boskovits @ 2018-01-11 23:08 UTC (permalink / raw)
To: 30081; +Cc: Gábor Boskovits
* 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.
---
gnu/packages/java.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3e32eb882..0f2dd11f4 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3277,6 +3277,7 @@ file filters and endian classes.")
(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)
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-12 7:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11 23:08 [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test Gábor Boskovits
2018-01-12 7:26 ` bug#30081: " Chris Marusich
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.