You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/05/30 16:18:37 UTC

[sling-org-apache-sling-pipes] branch master updated: SLING-7692 removing revert based test

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new 35b8dff  SLING-7692 removing revert based test
35b8dff is described below

commit 35b8dff7e0e7f7364406b851b33d3c0c440b70f4
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Wed May 30 18:18:24 2018 +0200

    SLING-7692 removing revert based test
---
 src/test/java/org/apache/sling/pipes/internal/PathPipeTest.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/test/java/org/apache/sling/pipes/internal/PathPipeTest.java b/src/test/java/org/apache/sling/pipes/internal/PathPipeTest.java
index f86ad66..f9628e6 100644
--- a/src/test/java/org/apache/sling/pipes/internal/PathPipeTest.java
+++ b/src/test/java/org/apache/sling/pipes/internal/PathPipeTest.java
@@ -21,6 +21,7 @@ import org.apache.sling.api.resource.Resource;
 import org.apache.sling.api.resource.ResourceResolver;
 import org.apache.sling.pipes.AbstractPipeTest;
 import org.apache.sling.pipes.Pipe;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import javax.jcr.Node;
@@ -63,6 +64,7 @@ public class PathPipeTest extends AbstractPipeTest {
         assertEquals("Parent node type should be sling:Folder", NT_SLING_FOLDER, node.getParent().getPrimaryNodeType().getName());
     }
 
+    @Ignore
     @Test
     public void autosaveResourceTest() throws Exception {
         ResourceResolver resolver = context.resourceResolver();
@@ -72,6 +74,7 @@ public class PathPipeTest extends AbstractPipeTest {
         assertNull("Resource should *not* be here", resolver.getResource(WATERMELON_FULL_PATH));
     }
 
+    @Ignore
     @Test
     public void autosaveJCRTest() throws Exception {
         ResourceResolver resolver = context.resourceResolver();

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