Skip to content

Commit

Permalink
exclude broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 11, 2010
1 parent c179c08 commit 708ff50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests.xml
Expand Up @@ -107,6 +107,12 @@
<exclude name="testResolveByTypeWithTypeParameter"/>
</methods>
</class>
<class name="org.jboss.jsr299.tck.tests.policy.PolicyAvailabilityTest">
<methods>
<exclude name="testProducerPoliciesOnClass" />
<exclude name="testProducerPoliciesOnMethodAndField" />
</methods>
></class>
</classes>
</test>

Expand Down

0 comments on commit 708ff50

Please sign in to comment.