Skip to content

Commit

Permalink
CDITCK-174
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 14, 2010
1 parent 6b78354 commit f4fd59d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -16,6 +16,25 @@
<classes>

<!-- Issues in the TCK -->

<!-- CDITCK-174 -->
<class name="org.jboss.jsr299.tck.tests.extensions.observer.ProcessObserverMethodEventTest">
<methods>
<exclude name="testGetAnnotatedMethod" />
<exclude name="testGetObserverMethod" />
<exclude name="testProcessObserverMethodEventsSent" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest">
<methods>
<exclude name="testAddDefinitionError" />
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.extensions.observer.broken.exception.ProcessObserverMethodExceptionTest">
<methods>
<exclude name="testExceptionIsDefinitionError" />
</methods>
</class>

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

Expand Down

0 comments on commit f4fd59d

Please sign in to comment.