unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
@ 2020-12-08  3:47 Michael Rohleder
  2020-12-08 12:08 ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2020-12-08  3:47 UTC (permalink / raw)
  To: 45112; +Cc: Michael Rohleder

* 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
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-15 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-08  3:47 [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test Michael Rohleder
2020-12-08 12:08 ` Julien Lepiller
2020-12-08 15:45   ` Michael Rohleder
2020-12-15 14:39     ` bug#45112: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).