Skip to content

Commit

Permalink
remove obsolete TCK test exclusion
Browse files Browse the repository at this point in the history
We previously [1] fixed a TCK bug, but that fix was in fact a breaking change.
To avoid ripple effects, we later [2] added that test to the canonical
exclusion list with plan to remove the exclusion in the next CDI TCK version.
That's what this commit does.

[1] c4eb66e
[2] 5ba2f72
  • Loading branch information
Ladicek authored and manovotn committed Sep 21, 2023
1 parent dcdbe5a commit a431a03
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions impl/src/main/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
</packages>

<classes>
<!-- https://github.com/jakartaee/cdi-tck/issues/431 -->
<!-- This test is disabled in 4.0 not to break existing impls and should be re-enabled for 4.1 release -->
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

<!-- https://github.com/jakartaee/cdi-tck/issues/440 -->
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.processBeanAttributes.specialization.VetoTest">
<methods>
Expand Down

0 comments on commit a431a03

Please sign in to comment.