Skip to content

Commit

Permalink
Disable CDI TCK ManagedBeanTypesTest for now
Browse files Browse the repository at this point in the history
This test is not compatible with Java 21.

See jakartaee/cdi-tck#485
  • Loading branch information
gsmet committed Oct 23, 2023
1 parent 2b4cf59 commit c469fcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tcks/jakarta-cdi/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
<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 c469fcd

Please sign in to comment.