all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 45112@debbugs.gnu.org
Cc: Michael Rohleder <mike@rohleder.de>
Subject: [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test.
Date: Tue,  8 Dec 2020 04:47:11 +0100	[thread overview]
Message-ID: <20201208034711.21554-1-mike@rohleder.de> (raw)

* 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





             reply	other threads:[~2020-12-08  3:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  3:47 Michael Rohleder [this message]
2020-12-08 12:08 ` [bug#45112] [PATCH] gnu: maven-wagon-http: Disable a failing test Julien Lepiller
2020-12-08 15:45   ` Michael Rohleder
2020-12-15 14:39     ` bug#45112: " Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201208034711.21554-1-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=45112@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.