[hornetq-commits] JBoss hornetq SVN: r8614 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 8 05:08:33 EST 2009


Author: timfox
Date: 2009-12-08 05:08:32 -0500 (Tue, 08 Dec 2009)
New Revision: 8614

Modified:
   trunk/build-hornetq.xml
Log:
commented out stress test for now, so we can get a proper blue run

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-12-08 02:28:02 UTC (rev 8613)
+++ trunk/build-hornetq.xml	2009-12-08 10:08:32 UTC (rev 8614)
@@ -1369,6 +1369,7 @@
             <formatter type="plain" usefile="${junit.formatter.usefile}"/>
             <fileset dir="${test.classes.dir}">
                <include name="**/org/hornetq/tests/stress/**/*${test-mask}.class"/>
+               <exclude name="**/org/hornetq/tests/stress/failover/MultiThreadRandomReattachStressTest.class"/>
             </fileset>
          </batchtest>
       </junit>



More information about the hornetq-commits mailing list