Skip to content

Commit

Permalink
ArC TCK runner - update exlude list
Browse files Browse the repository at this point in the history
- remove org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest
and org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest
  • Loading branch information
mkouba committed Apr 18, 2023
1 parent 4fdd98d commit 9bde249
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@
<exclude name="testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest">
<methods>
<exclude name="testInvocationOrder"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamInitializerTest">
<methods>
<exclude name="testDeploymentFails"/>
Expand Down Expand Up @@ -363,11 +358,6 @@
<exclude name="testLifecycleInterceptorBindings"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest">
<methods>
<exclude name="testInvocationOrder"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamInitializerTest">
<methods>
<exclude name="testDeploymentFails"/>
Expand Down

0 comments on commit 9bde249

Please sign in to comment.