Skip to content

Commit

Permalink
Merge pull request #1195 from jamezp/issue763
Browse files Browse the repository at this point in the history
[763] Add missing exclusions from the CDI TCK's tck-tests.xml to the …
  • Loading branch information
starksm64 authored Oct 13, 2023
2 parents 2222c64 + dea6f3e commit ed6f644
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 ed6f644

Please sign in to comment.