Skip to content

Commit

Permalink
CDITCK-182, add exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Oct 11, 2010
1 parent 06bc21c commit 2c0cc62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -89,6 +89,13 @@
<exclude name="testInactiveScope" />
</methods>
</class>

<!-- CDITCK-182 -->
<class name="org.jboss.jsr299.tck.tests.policy.enterprise.SessionBeanPolicyTest">
<methods>
<exclude name="testEnabledPolicyAvailable" />
</methods>
</class>

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

Expand Down

0 comments on commit 2c0cc62

Please sign in to comment.