Skip to content

Commit

Permalink
431: Disable Breaking Test
Browse files Browse the repository at this point in the history
The changes made for this challenge do not work with Weld, which has
already passed the TCK on a previous release. Per the Jakarta EE TCK
Process, this type of challenge is not allowed.

Disabling the test instead, so all implementations can pass the TCK.
  • Loading branch information
brideck authored and manovotn committed Mar 8, 2023
1 parent 920c7f8 commit 5ba2f72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion impl/src/main/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
</packages>

<classes>
<!-- Add excluded tests here -->
<!-- CDITCK-431 -->
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest">
<methods>
<exclude name=".*"/>
</methods>
</class>
</classes>

</test>
Expand Down

0 comments on commit 5ba2f72

Please sign in to comment.