Skip to content

Commit

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

<!-- CDITCK-108 -->
<class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
<methods>
<exclude name="testApplicationScopeActiveDuringCallToEjbTimeoutMethod" />

</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.context.application.ejb.ApplicationContextSharedTest">
<methods>
<exclude name="testApplicationContextShared" />
</methods>
</class>

<!-- CDITCK-108 -->
<class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
<methods>
<exclude name="testApplicationScopeActiveDuringCallToEjbTimeoutMethod" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.context.application.ejb.ApplicationContextSharedTest">
<methods>
<exclude name="testApplicationContextShared" />
</methods>
</class>


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

<!-- WELD-390 fixed, but TCK test is broken in 1.0.1-CR1 -->
Expand Down

0 comments on commit e29e53c

Please sign in to comment.