You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/02/14 20:40:11 UTC

[2/2] tomee git commit: exclude more overreaching tests

exclude more overreaching tests


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/61179392
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/61179392
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/61179392

Branch: refs/heads/fb_tomee8
Commit: 611793921d533386433a11260214bdff92ec3b89
Parents: e01ed6f
Author: Mark Struberg <st...@apache.org>
Authored: Wed Feb 14 21:39:52 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Feb 14 21:39:52 2018 +0100

----------------------------------------------------------------------
 tck/cdi-tomee/src/test/resources/passing.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/61179392/tck/cdi-tomee/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/passing.xml b/tck/cdi-tomee/src/test/resources/passing.xml
index c0532d0..757c051 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -198,6 +198,11 @@
                     <exclude name=".*"/>
                 </methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest">
+                <methods>
+                    <exclude name="testSameBindingTypesToResolveInterceptorsFails"/>
+                </methods>
+            </class>
 
 
             <!-- CDITCK-462 javax.enterprise.context.conversation.id is not el compliant -->