You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/10/19 18:50:24 UTC

svn commit: r1632954 - /sling/trunk/bundles/extensions/event/pom.xml

Author: cziegeler
Date: Sun Oct 19 16:50:24 2014
New Revision: 1632954

URL: http://svn.apache.org/r1632954
Log:
Disable tests for now

Modified:
    sling/trunk/bundles/extensions/event/pom.xml

Modified: sling/trunk/bundles/extensions/event/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/pom.xml?rev=1632954&r1=1632953&r2=1632954&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/event/pom.xml (original)
+++ sling/trunk/bundles/extensions/event/pom.xml Sun Oct 19 16:50:24 2014
@@ -116,7 +116,7 @@
                         -Xmx2048m -XX:MaxPermSize=512m
                     </argLine>
                     <includes>
-                        <include>**/it/ChaosTest*</include>
+                        <include>**/it/DisabledTest*</include>
                     </includes>
                 </configuration>
             </plugin>