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/01/23 13:10:44 UTC

svn commit: r1779924 - /sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml

Author: olli
Date: Mon Jan 23 13:10:44 2017
New Revision: 1779924

URL: http://svn.apache.org/viewvc?rev=1779924&view=rev
Log:
SLING-6465 Split repoinit.txt into dedicated files

disable failing tests (SLING-6182/OAK-5496)

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

Modified: sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml?rev=1779924&r1=1779923&r2=1779924&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-integration-tests/pom.xml Mon Jan 23 13:10:44 2017
@@ -278,6 +278,10 @@
             </executions>
             <configuration>
               <redirectTestOutputToFile>true</redirectTestOutputToFile>
+              <excludes>
+                <exclude>**/SlingLaunchpadOakMongoIT.*</exclude>
+                <exclude>**/SlingLaunchpadOakTarIT.*</exclude>
+              </excludes>
             </configuration>
           </plugin>
         </plugins>