You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/07/09 08:56:00 UTC

[maven-wagon] branch master updated: ignore this test as it does nothing and require an internet connection

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 2421041  ignore this test as it does nothing and require an internet connection
2421041 is described below

commit 242104121827f3bfc7ddcb562c020e20c4e3c460
Author: olivier lamy <ol...@apache.org>
AuthorDate: Tue Jul 9 18:55:33 2019 +1000

    ignore this test as it does nothing and require an internet connection
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 .../apache/maven/wagon/providers/http/AbstractHttpClientWagonTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/AbstractHttpClientWagonTest.java b/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/AbstractHttpClientWagonTest.java
index 8eb8233..f363361 100644
--- a/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/AbstractHttpClientWagonTest.java
+++ b/wagon-providers/wagon-http/src/test/java/org/apache/maven/wagon/providers/http/AbstractHttpClientWagonTest.java
@@ -51,11 +51,12 @@ import org.apache.maven.wagon.InputData;
 import org.apache.maven.wagon.repository.Repository;
 import org.apache.maven.wagon.resource.Resource;
 import org.apache.maven.wagon.shared.http.AbstractHttpClientWagon;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class AbstractHttpClientWagonTest
 {
-    @Test
+    @Ignore("This test is validating nothing and require internet connection which we should avoid so ignore it")
     public void test()
         throws Exception
     {