guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.


From: Julien Lepiller
Subject: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue, 08 Dec 2020 07:08:21 -0500
User-agent: K-9 Mail for Android

The test passes here, though after a long time… What kind of system are you using? Do you really get a timeout, or are you simply impatient? :)

Le 7 décembre 2020 22:47:11 GMT-05:00, Michael Rohleder <mike@rohleder.de> a écrit :
* gnu/packages/maven.scm (maven-wagon-http)[arguments]: Add
HugeFileDownloadTest to excluded tests.
gnu/packages/maven.scm | 2 ++
1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index ad14c1aa62..c637e5c7ae 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]