Skip to content

Commit

Permalink
CDITCK-375 Exclude testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Nov 12, 2013
1 parent 2b15796 commit 46d9482
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jboss-tck-runner/1.1/src/test/tck11/tck-tests.xml
Expand Up @@ -30,6 +30,12 @@
<exclude name="testResolveByTypeWithPrimitives"/>
</methods>
</class>
<!-- CDITCK-375 -->
<class name="org.jboss.cdi.tck.tests.lookup.manager.provider.custom.CustomCDIProviderTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

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

Expand Down
6 changes: 6 additions & 0 deletions jboss-tck-runner/1.1/src/test/tck12/tck-tests.xml
Expand Up @@ -30,6 +30,12 @@
<exclude name="testResolveByTypeWithPrimitives"/>
</methods>
</class>
<!-- CDITCK-375 -->
<class name="org.jboss.cdi.tck.tests.lookup.manager.provider.custom.CustomCDIProviderTest">
<methods>
<exclude name=".*"/>
</methods>
</class>

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

Expand Down

0 comments on commit 46d9482

Please sign in to comment.