Skip to content

Commit

Permalink
exclude test which breaks with Java21
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Nov 8, 2023
1 parent 8d628ce commit 7b19a0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions webbeans-tck/standalone-suite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@
</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>

Expand Down
2 changes: 1 addition & 1 deletion webbeans-tck/testng-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<test name="JSR-346 TCK">

<classes>
<class name="org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest" >
<class name="org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest" >
<methods>
<!--
<include name="testNonContextualInstanceIsIntercepted"/>
Expand Down

0 comments on commit 7b19a0d

Please sign in to comment.