me
/
guix
Archived
1
0
Fork 0

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
Michael Rohleder 2020-12-08 04:47:11 +01:00 committed by Julien Lepiller
parent 954e4cf6a4
commit 1962c6b286
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 0 deletions

View File

@ -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