Author: petemuir
Date: 2011-06-30 10:57:08 -0400 (Thu, 30 Jun 2011)
New Revision: 7250
Modified:
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
Log:
CDITCK-223
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-27
10:36:22 UTC (rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests-released.xml 2011-06-30
14:57:08 UTC (rev 7250)
@@ -159,6 +159,13 @@
<exclude name="testUserTransactionBean" />
</methods>
</class>
+
+ <!-- CDITCK-223 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+ <methods>
+ <exclude name="testCreateSFSB" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Modified: cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml
===================================================================
--- cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-27 10:36:22 UTC
(rev 7249)
+++ cdi-tck/branches/1.0/impl/src/main/resources/tck-tests.xml 2011-06-30 14:57:08 UTC
(rev 7250)
@@ -60,6 +60,13 @@
<exclude name="testUserTransactionBean" />
</methods>
</class>
+
+ <!-- CDITCK-223 -->
+ <class
name="org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.EnterpriseBeanLifecycleTest">
+ <methods>
+ <exclude name="testCreateSFSB" />
+ </methods>
+ </class>
<!-- Issues in Weld (the RI) -->
Show replies by date