[jboss-cvs] JBossAS SVN: r111922 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 3 22:29:01 EDT 2011


Author: smcgowan at redhat.com
Date: 2011-08-03 22:29:01 -0400 (Wed, 03 Aug 2011)
New Revision: 111922

Modified:
   trunk/testsuite/build.xml
Log:
Test Excludes for JBAS-8821, JBAS-8739, JBAS-8245

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2011-08-03 20:16:24 UTC (rev 111921)
+++ trunk/testsuite/build.xml	2011-08-04 02:29:01 UTC (rev 111922)
@@ -1255,6 +1255,15 @@
       
       <!-- Pending completion of JBAS-5878 / JBPAPP-3674 -->
       <exclude name="org/jboss/test/web/test/StatusServletTestCase.class"/>
+
+      <!-- Pending completion of EJB3 Asynchronous Implementation - EJBTHREE-1721 / JBAS-8146 -->
+      <!-- JBAS-8821 -->
+      <exclude name="org/jboss/ejb3/async/test/AsyncSessionBeanUnitTestCase.class"/>
+      
+      <!-- Unresolved JIRAs: JBAS-8739 JBAS-8245 with No Release targeted for fixing -->
+      <exclude name="org/jboss/test/profileservice/test/Ejb3MetricsUnitTestCase.class"/>
+
+
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">



More information about the jboss-cvs-commits mailing list