Author: pete.muir(a)jboss.org
Date: 2010-02-18 10:17:12 -0500 (Thu, 18 Feb 2010)
New Revision: 5882
Modified:
core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
Exclude tests
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:14:56 UTC
(rev 5881)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml 2010-02-18 15:17:12 UTC
(rev 5882)
@@ -149,7 +149,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 -->
Show replies by date