Skip to content

Commit

Permalink
TCK exclusion add - WELD-1351
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Mar 8, 2013
1 parent 32580b3 commit af8f629
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
Expand Up @@ -165,6 +165,12 @@
<exclude name=".*"/>
</methods>
</class>
<!-- WELD-1351 -->
<class name="org.jboss.cdi.tck.tests.deployment.exclude.ExcludeFiltersTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

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

0 comments on commit af8f629

Please sign in to comment.