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 2f20c541a1f24aef09bf66fcca644cae5bab044c Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 6 15:22:35 2022 +0100 exclude StandaloneScriptExecutionTest temporarily --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 528a7ad..c0b25bb 100644 --- a/pom.xml +++ b/pom.xml @@ -260,6 +260,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> + <!-- request tracker is null --> + <exclude>org/apache/sling/launchpad/webapp/integrationtest/scripting/StandaloneScriptExecutionTest.*</exclude> </excludes> </configuration> </plugin>
