You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/12/20 17:10:27 UTC

[sling-org-apache-sling-karaf-integration-tests] 04/04: ignore resource events test until 100% stable with MongoDB also

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git

commit ecea924aae6381cf4ea4a1f88e0c1f9954aef0d8
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 20 17:58:53 2018 +0100

    ignore resource events test until 100% stable with MongoDB also
---
 .../karaf/tests/bootstrap/AbstractSlingQuickstartOakTestSupport.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/java/org/apache/sling/karaf/tests/bootstrap/AbstractSlingQuickstartOakTestSupport.java b/src/test/java/org/apache/sling/karaf/tests/bootstrap/AbstractSlingQuickstartOakTestSupport.java
index d9c2cd9..bac0f77 100644
--- a/src/test/java/org/apache/sling/karaf/tests/bootstrap/AbstractSlingQuickstartOakTestSupport.java
+++ b/src/test/java/org/apache/sling/karaf/tests/bootstrap/AbstractSlingQuickstartOakTestSupport.java
@@ -49,6 +49,7 @@ import org.apache.sling.api.resource.observation.ResourceChange.ChangeType;
 import org.apache.sling.api.resource.observation.ResourceChangeListener;
 import org.apache.sling.jcr.api.SlingRepository;
 import org.apache.sling.karaf.testing.KarafTestSupport;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.ops4j.pax.exam.util.Filter;
 import org.osgi.framework.ServiceRegistration;
@@ -347,6 +348,7 @@ public abstract class AbstractSlingQuickstartOakTestSupport extends KarafTestSup
     }
 
     @Test
+    @Ignore
     public void testResourceEvents() throws RepositoryException {
         final AddedResourceChangeListener listener = new AddedResourceChangeListener();
         final Dictionary<String, Object> properties = new Hashtable<>();