gnu: maven-wagon-http: Disable a failing test.
* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add HugeFileDownloadTest to excluded tests. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
954e4cf6a4
commit
1962c6b286
1 changed files with 2 additions and 0 deletions
|
|
@ -889,6 +889,8 @@ wagon providers supporting HTTP.")))
|
||||||
;; unable to find valid certification path to requested target
|
;; unable to find valid certification path to requested target
|
||||||
"**/HttpsWagonPreemptiveTest.java"
|
"**/HttpsWagonPreemptiveTest.java"
|
||||||
"**/HttpsWagonTest.java"
|
"**/HttpsWagonTest.java"
|
||||||
|
;; Timeout
|
||||||
|
"**/HugeFileDownloadTest.java"
|
||||||
;; Injection errors
|
;; Injection errors
|
||||||
"**/TckTest.java")
|
"**/TckTest.java")
|
||||||
#:jdk ,icedtea-8
|
#:jdk ,icedtea-8
|
||||||
|
|
|
||||||
Reference in a new issue