Skip to content

Commit

Permalink
remove exclusions of tests that were reworked to use the CreationalCo…
Browse files Browse the repository at this point in the history
…ntexts SPI
  • Loading branch information
Ladicek authored and manovotn committed Sep 21, 2023
1 parent bf3845a commit 5fff93b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions impl/src/main/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
<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 5fff93b

Please sign in to comment.