You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2009/02/14 20:41:23 UTC

svn commit: r744561 - /servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml

Author: gnodet
Date: Sat Feb 14 19:41:23 2009
New Revision: 744561

URL: http://svn.apache.org/viewvc?rev=744561&view=rev
Log:
Exclude tests which tend to hand quite often atm

Modified:
    servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml?rev=744561&r1=744560&r2=744561&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/cluster/engine/pom.xml Sat Feb 14 19:41:23 2009
@@ -130,6 +130,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkMode>pertest</forkMode>
+                    <skip>true</skip>
                     <excludes>
                         <exclude>**/*ReconnectTest.java</exclude>
                         <exclude>**/*LoadTest.java</exclude>