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 2017/02/06 14:42:44 UTC

svn commit: r1781911 - /sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml

Author: olli
Date: Mon Feb  6 14:42:44 2017
New Revision: 1781911

URL: http://svn.apache.org/viewvc?rev=1781911&view=rev
Log:
SLING-3821 Run launchpad integration tests against Sling on Karaf

adjust excludes

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml?rev=1781911&r1=1781910&r2=1781911&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml Mon Feb  6 14:42:44 2017
@@ -278,11 +278,12 @@
                 <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>
+                <!-- TODO AuthenticationResponseCodeTest.testValidatingCorrectFormCredentials:80 » Socket -->
                 <!-- TODO AuthenticationResponseCodeTest.testValidatingIncorrectCookie:118->assertXReason:245 » IO -->
                 <!-- TODO AuthenticationResponseCodeTest.testValidatingIncorrectHttpBasicCredentials:134->assertXReason:245 » IO -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/auth/AuthenticationResponseCodeTest.*</exclude>
-                <!-- TODO RedirectOnLogoutTest.testRedirectToResourceAfterLogout: java.net.SocketException: Connection reset -->
-                <exclude>org/apache/sling/launchpad/webapp/integrationtest/login/RedirectOnLogoutTest.*</exclude>
+                <!-- TODO FiltersTest.testCounters:33 Expecting header 'FILTER_COUNTER_HTTPSERVICE' -->
+                <exclude>org/apache/sling/launchpad/webapp/integrationtest/FiltersTest.*</exclude>
               </excludes>
             </configuration>
           </plugin>