Skip to content

Commit

Permalink
Exclude broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 18, 2010
1 parent e29e53c commit e7d8c6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -140,6 +140,15 @@
</methods>
</class>

<!-- CDITCK-111 -->
<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.newBean.NewEnterpriseBeanICTest">
<methods>
<exclude name="testNewBeanHasNoDisposalMethods" />
<exclude name="testNewBeanHasNoProducerMethods" />
<exclude name="testNewBeanHasSameInitializers" />
</methods>
</class>


<!-- Issues in Weld (the RI) -->

Expand Down

0 comments on commit e7d8c6b

Please sign in to comment.