[jboss-cvs] JBossAS SVN: r94477 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 7 16:59:02 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-10-07 16:59:02 -0400 (Wed, 07 Oct 2009)
New Revision: 94477

Modified:
   branches/Branch_5_x/testsuite/build.xml
Log:
Exclude FarmedClusterHugeDeploymentUnitTestCase which will fail on slaves with inadequate network buffers

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-10-07 20:55:17 UTC (rev 94476)
+++ branches/Branch_5_x/testsuite/build.xml	2009-10-07 20:59:02 UTC (rev 94477)
@@ -946,6 +946,9 @@
    	  <!-- JBAS-6792 fix temporarily reverted -->
       <!--exclude name="org/jboss/test/cluster/defaultcfg/test/HAServiceUnitTestCase.class"/>
       <exclude name="org/jboss/test/cluster/defaultcfg/test/HASingletonUnitTestCase.class"/-->
+   	
+      <!-- The FarmedClusterHugeDeploymentUnitTestCase will fail on slaves with inadequate network buffers  -->
+      <exclude name="org/jboss/test/cluster/defaultcfg/profileservice/test/FarmedClusterHugeDeploymentUnitTestCase.class"/>
    	   	
    </patternset>
 




More information about the jboss-cvs-commits mailing list