guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: maven-wagon-http: Disable a failing test.


From: guix-commits
Subject: branch master updated: gnu: maven-wagon-http: Disable a failing test.
Date: Tue, 15 Dec 2020 09:38:19 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1962c6b  gnu: maven-wagon-http: Disable a failing test.
1962c6b is described below

commit 1962c6b286e36b8d5165a4992710f3132adb04c4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Dec 8 04:47:11 2020 +0100

    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>
---
 gnu/packages/maven.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index ad14c1a..c637e5c 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]