This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13010-remove-provisioning-its in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit f4280f890ab529404a4b707d4f3751e14d489ebc Author: Stefan Seifert <[email protected]> AuthorDate: Mon Nov 24 17:39:22 2025 +0100 SLING-13010 Remove exclusion for provisioning ITs which are no longer part of the integration tests --- 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>
