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>master
parent
954e4cf6a4
commit
1962c6b286
|
@ -889,6 +889,8 @@ wagon providers supporting HTTP.")))
|
|||
;; unable to find valid certification path to requested target
|
||||
"**/HttpsWagonPreemptiveTest.java"
|
||||
"**/HttpsWagonTest.java"
|
||||
;; Timeout
|
||||
"**/HugeFileDownloadTest.java"
|
||||
;; Injection errors
|
||||
"**/TckTest.java")
|
||||
#:jdk ,icedtea-8
|
||||
|
|
Reference in New Issue