This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
commit bc5f96f3f5c17f1d30dc2261fda8623d0f62ced3 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Jun 25 00:26:59 2020 +0200 SLING-9499 - Launchpad-Testing: branch which runs ITs against oak_tar feature model aggregate Don't run provisioning model ITs on top of the feature model. With the recent changes in the from SLING-9548 and SLING-9549, all tests now pass. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index ca89ed4..02b6e18 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,8 @@ </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://${test.host}:${http.port}/</launchpad.http.server.url>
