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 2021/05/15 09:20:41 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated: SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests

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


The following commit(s) were added to refs/heads/master by this push:
     new 012e6b0  SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests
012e6b0 is described below

commit 012e6b0586fd32d9765176bef1adff3433c3dee3
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat May 15 11:20:32 2021 +0200

    SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests
    
    exclude tests until a new Servlets POST release is available and tests are adjusted
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f675db6..c50fd5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,6 +258,11 @@
             <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-10366 -->
+            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletAtCopyTest.*</exclude>
+            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletCopyTest.*</exclude>
+            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletCreateTest.*</exclude>
+            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletImportTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>