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/02/08 20:51:04 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-6130 Restrict access for principal everyone and move configuration to repoinit

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

commit 029e7c788b123c266b466d23056041b527d4ddf6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Feb 8 21:49:57 2018 +0100

    SLING-6130 Restrict access for principal everyone and move configuration to repoinit
    
    * exclude FiltersTest until adjusted
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2b70dda..ec8c1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,6 +277,8 @@
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
                 <!-- SLING-5414 Launchpad/Provisioning Model only -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
+                <!-- SLING-6130 -->
+                <exclude>org/apache/sling/launchpad/webapp/integrationtest/FiltersTest</exclude>
               </excludes>
             </configuration>
           </plugin>

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