Skip to content

Commit

Permalink
TCK exclusion add - WELD-1356
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Mar 19, 2013
1 parent b04998b commit a8a85d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
Expand Up @@ -88,6 +88,12 @@
<exclude name=".*"/>
</methods>
</class>
<!-- WELD-1356 -->
<class name="org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor.InterceptedBeanProxyTest">
<methods>
<exclude name="testClientProxyBeanWithBoundInterceptor"/>
</methods>
</class>

<!-- Issues in JBoss AS -->
<!-- AS7-5966 -->
Expand Down Expand Up @@ -124,7 +130,7 @@
<exclude name=".*"/>
</methods>
</class>


</classes>
</test>
Expand Down

0 comments on commit a8a85d3

Please sign in to comment.