Skip to content

Commit

Permalink
[763] Add missing exclusions from the CDI TCK's tck-tests.xml to the …
Browse files Browse the repository at this point in the history
…Jakarta EE Core Profiles cdi-lite-tck-suite.xml.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Oct 13, 2023
1 parent 82a976e commit 153b375
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,25 @@
<package name="org.jboss.cdi.tck.tests.*" />
<package name="org.jboss.cdi.tck.interceptors.tests.*" />
</packages>
<classes>
<!-- 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>

<!-- https://github.com/jakartaee/cdi-tck/issues/485 -->
<class name="org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest">
<methods>
<exclude name=".*"/>
</methods>
</class>
</classes>
</test>
</suite>

0 comments on commit 153b375

Please sign in to comment.