Skip to content

Commit

Permalink
exclude remaining tests that rely on MockCreationalContext
Browse files Browse the repository at this point in the history
In the next release, these tests will be rewritten to use a TCK SPI
and then enabled again.
  • Loading branch information
Ladicek authored and manovotn committed May 25, 2023
1 parent d97fb3b commit e0654ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions impl/src/main/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,25 @@
<exclude name=".*"/>
</methods>
</class>

<!-- https://github.com/jakartaee/cdi-tck/issues/440 -->
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.processBeanAttributes.specialization.VetoTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<!-- https://github.com/jakartaee/cdi-tck/issues/453 -->
<class name="org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
<methods>
<exclude name="testCreateReturnsSameBeanPushed"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest">
<methods>
<exclude name="testDestroyForSameCreationalContextOnly"/>
</methods>
</class>
</classes>

</test>
Expand Down

0 comments on commit e0654ab

Please sign in to comment.