Skip to content

Commit

Permalink
Update exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Mar 18, 2013
1 parent 290be95 commit d058f1a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
Expand Up @@ -35,20 +35,14 @@
<exclude name=".*"/>
</methods>
</class>

<!-- Issues in Weld (the RI) -->
<!-- WELD-430 -->
<class name="org.jboss.cdi.tck.tests.decorators.invocation.DecoratorInvocationTest">
<methods>
<exclude name="testDecoratorInvokesDelegateMethodOutsideOfBusinessMethodInterception" />
</methods>
</class>
<!-- WELD-1073 -->
<class name="org.jboss.cdi.tck.tests.deployment.packaging.interceptor.InterceptorClassNotInBeanArchiveTest">
<!-- CDI-352 (WELD-1073) -->
<class name="org.jboss.cdi.tck.tests.deployment.packaging.interceptor.InterceptorClassNotInBeanArchiveTest">
<methods>
<exclude name="testInterceptor"/>
</methods>
</class>

<!-- Issues in Weld (the RI) -->
<!-- WELD-1099 -->
<class name="org.jboss.cdi.tck.tests.implementation.simple.resource.broken.type.ws.ResourceDefinitionWithDifferentTypeTest">
<methods>
Expand Down

0 comments on commit d058f1a

Please sign in to comment.