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 2019/05/28 19:42:05 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated: SLING-8435 Provide Felix Health Check feature

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-launchpad-oak-tar-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new cd99397  SLING-8435 Provide Felix Health Check feature
cd99397 is described below

commit cd993978b25961fe1fe41dc04694285fdbb25f26
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 28 21:40:38 2019 +0200

    SLING-8435 Provide Felix Health Check feature
    
    Excluding ServicesPresentTest (using now missing org.apache.sling.hc.api.execution.HealthCheckExecutor)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index dc64c8a..cfe867d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,7 @@
               </includes>
               <excludes>
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
+                <exclude>org/apache/sling/launchpad/webapp/integrationtest/teleporter/ServicesPresentTest.*</exclude>
                 <!-- SLING-5414 Launchpad/Provisioning Model only -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
               </excludes>