Skip to content

Commit af9783f

Browse files
committed
exclude remaining tests that rely on MockCreationalContext
In the next release, these tests will be rewritten to use a TCK SPI and then enabled again.
1 parent 74c8e1d commit af9783f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

impl/src/main/resources/tck-tests.xml

+13
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,25 @@
3030
<exclude name=".*"/>
3131
</methods>
3232
</class>
33+
3334
<!-- https://github.com/jakartaee/cdi-tck/issues/440 -->
3435
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.processBeanAttributes.specialization.VetoTest">
3536
<methods>
3637
<exclude name=".*"/>
3738
</methods>
3839
</class>
40+
41+
<!-- https://github.com/jakartaee/cdi-tck/issues/453 -->
42+
<class name="org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
43+
<methods>
44+
<exclude name="testCreateReturnsSameBeanPushed"/>
45+
</methods>
46+
</class>
47+
<class name="org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest">
48+
<methods>
49+
<exclude name="testDestroyForSameCreationalContextOnly"/>
50+
</methods>
51+
</class>
3952
</classes>
4053

4154
</test>

0 commit comments

Comments
 (0)