Skip to content

Commit

Permalink
Oops, wrong test! CDITCK-162
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 21, 2010
1 parent 92e8058 commit 8a3fa6f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -17,6 +17,22 @@

<!-- Issues in the TCK -->

<!-- CDITCK-162 -->
<class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest">
<methods>
<exclude name="testInjectionOfResource" />
<exclude name="testProduceResourceProxy" />
</methods>
</class>

<!-- CDITCK-163 -->
<class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
<methods>
<exclude name="testSessionContextDestroyedWhenHttpSessionInvalidated" />
<exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
</methods>
</class>

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

<!-- WELD-401 -->
Expand Down

0 comments on commit 8a3fa6f

Please sign in to comment.