Skip to content

Commit

Permalink
ArC: add links to TCK challenges to some test exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 15, 2023
1 parent ff6bf2e commit 20b6656
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
</class>
<class name="org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContext2Test">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/issues/457 -->
<exclude name="testDestroyForSameCreationalContextOnly"/>
</methods>
</class>
Expand Down Expand Up @@ -162,6 +163,7 @@
</class>
<class name="org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/issues/455 -->
<exclude name="testInterceptorsImplementInterceptorInterface"/>
</methods>
</class>
Expand All @@ -185,7 +187,7 @@
<methods>
<exclude name="testContextIsActiveDuringInjection"/>
<!-- https://github.com/jakartaee/cdi-tck/issues/454 -->
<exclude name="testDependentScopedInterceptorsAreDependentObjectsOfBean"></exclude>
<exclude name="testDependentScopedInterceptorsAreDependentObjectsOfBean"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.context.GetFromContextualTest">
Expand Down

0 comments on commit 20b6656

Please sign in to comment.