Skip to content

Commit 2b49823

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 7e40b95 commit 2b49823

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

+13-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,24 @@
2323
</packages>
2424

2525
<classes>
26-
<!-- CDITCK-431 -->
26+
<!-- https://github.com/jakartaee/cdi-tck/issues/431 -->
2727
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest">
2828
<methods>
2929
<exclude name=".*"/>
3030
</methods>
3131
</class>
32+
33+
<!-- https://github.com/jakartaee/cdi-tck/issues/453 -->
34+
<class name="org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
35+
<methods>
36+
<exclude name="testCreateReturnsSameBeanPushed"/>
37+
</methods>
38+
</class>
39+
<class name="org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest">
40+
<methods>
41+
<exclude name="testDestroyForSameCreationalContextOnly"/>
42+
</methods>
43+
</class>
3244
</classes>
3345

3446
</test>

0 commit comments

Comments
 (0)