Skip to content

Commit

Permalink
Exclusion list update - WELD-1045
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Apr 16, 2012
1 parent efab553 commit 8666e40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,18 @@
<exclude name="testUserTransactionInjection"/>
</methods>
</class>
<!-- WELD-1045 -->
<class name="org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.InterceptorProcessBeanAttributesTest">
<methods>
<exclude name="testBravoInterceptorObserved"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator.DecoratorProcessBeanAttributesTest">
<methods>
<exclude name="testBravoDecoratorObserved"/>
</methods>
</class>


<!-- Issues in JBoss AS -->
<!-- AS7-3107 -->
Expand Down

0 comments on commit 8666e40

Please sign in to comment.