[jboss-cvs] JBossAS SVN: r57237 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 27 15:00:00 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-27 15:00:00 -0400 (Wed, 27 Sep 2006)
New Revision: 57237

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Disable passivation/expiration test until JGroups 2.2.7.SP1

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-09-27 18:57:35 UTC (rev 57236)
+++ branches/Branch_4_0/testsuite/build.xml	2006-09-27 19:00:00 UTC (rev 57237)
@@ -580,11 +580,14 @@
     <exclude name="org/jboss/test/cluster/partition/test/PartitionRestartUnitTestCase.class"/>
     <include name="org/jboss/test/cluster/jmx/test/*TestCase.class"/>
     <include name="org/jboss/test/testbeancluster/test/*TestCase.class"/>
+    <!-- StatefulPassivationExpirationUnitTestCase often times out fails with TCP stack and JG 2.2.7 -->
+    <exclude name="org/jboss/test/testbeancluster/test/StatefulPassivationExpirationUnitTestCase.class"/>
     <include name="org/jboss/test/ha/farm/test/*TestCase.class" />
   </patternset>
   <!-- With JG 2.2.7, only run this test with UDP; known failure with TCP -->
   <patternset id="cluster.non.http.udp.includes">
     <include name="org/jboss/test/cluster/partition/test/PartitionRestartUnitTestCase.class"/>
+    <include name="org/jboss/test/testbeancluster/test/StatefulPassivationExpirationUnitTestCase.class"/>
   </patternset>
   <patternset id="cluster.excludes">
     <exclude name="org/jboss/test/cluster/test/*TestCase.class"/>




More information about the jboss-cvs-commits mailing list