Skip to content

Commit

Permalink
missing two excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 20, 2010
1 parent 3aab26d commit 0df85a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jboss-tck-runner/src/test/resources/tck-tests-1.0.1.xml
Expand Up @@ -118,6 +118,18 @@
<exclude name="testInjectionIntoWebServiceEndpoint" />
</methods>
</class>
<!-- JBAS-7046 -->
<class name="org.jboss.jsr299.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest">
<methods>
<exclude name="testInjectionOnEJBInterceptor" />
</methods>
</class>
<!-- JBAS-7046 -->
<class name="org.jboss.jsr299.tck.tests.context.application.ejb.EJBApplicationContextTest">
<methods>
<exclude name="testApplicationScopeActiveDuringWebServiceInvocation" />
</methods>
</class>
<!-- WELDINT-22 -->
<class name="org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ContainerEventTest">
<methods>
Expand Down

0 comments on commit 0df85a9

Please sign in to comment.