You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/06/03 20:24:35 UTC

[maven-wagon] branch wagon-scm-git updated: Disable tests

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

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


The following commit(s) were added to refs/heads/wagon-scm-git by this push:
     new df2a3be  Disable tests
df2a3be is described below

commit df2a3be902a7b2b394adfe2cebfed4bc30384787
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jun 3 22:23:57 2018 +0200

    Disable tests
---
 .../wagon/providers/scm/ScmGitExeWagonTest.java    | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/ScmGitExeWagonTest.java b/wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/ScmGitExeWagonTest.java
index 2cb2d84..e138f86 100644
--- a/wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/ScmGitExeWagonTest.java
+++ b/wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/ScmGitExeWagonTest.java
@@ -68,6 +68,34 @@ public class ScmGitExeWagonTest
     }
 
     @Override
+    public void testWagonPutDirectoryDeepDestination()
+        throws Exception
+    {
+        // remote list unsupported
+    }
+
+    @Override
+    public void testWagonPutDirectoryForDot()
+        throws Exception
+    {
+        // remote list unsupported
+    }
+
+    @Override
+    public void testWagonPutDirectoryWhenDirectoryAlreadyExists()
+        throws Exception
+    {
+        // remote list unsupported
+    }
+
+    @Override
+    public void testWagonPutDirectory()
+        throws Exception
+    {
+        // remote list unsupported
+    }
+
+    @Override
     protected boolean supportsGetIfNewer()
     {
         return false;

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.