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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75533ac  SLING-13010 Remove exclusion for provisioning ITs which are 
no longer part of the integration tests (#557)
75533ac is described below

commit 75533ac7e46c1f21e18376f3fa86585ba69ea6cf
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Nov 24 17:52:17 2025 +0100

    SLING-13010 Remove exclusion for provisioning ITs which are no longer part 
of the integration tests (#557)
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c02bda..b82bd64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,8 +495,6 @@
                     </includes>
                     <excludes>
                         <exclude>${failsafe.exclude}</exclude>
-                        <!-- Don't run provisioning model ITs in the feature 
model context -->
-                        
<exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/**.java</exclude>
                     </excludes>
                     <systemPropertyVariables>
                         
<launchpad.http.server.url>http://localhost:${http.port}/</launchpad.http.server.url>

Reply via email to