[weld-commits] Weld SVN: r5883 - core/trunk/jboss-tck-runner/src/test/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 18 10:30:06 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-18 10:30:06 -0500 (Thu, 18 Feb 2010)
New Revision: 5883

Modified:
   core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
port r5882 to trunk

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-02-18 15:17:12 UTC (rev 5882)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-02-18 15:30:06 UTC (rev 5883)
@@ -156,7 +156,14 @@
             </methods>
          </class>
          
+         <!-- CDKTCK-112 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithConversationScope.SingletonWithConversationScopeTest">
+            <methods>
+               <exclude name="testSingletonWithConversationScopeFails" />
+            </methods>
+         </class>
          
+         
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-390 fixed, but TCK test is broken in 1.0.1-CR1 -->



More information about the weld-commits mailing list