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/01 13:00:53 UTC

tomee git commit: exclude further tests which are broken or not embedded

Repository: tomee
Updated Branches:
  refs/heads/fb_tomee8 19cec3487 -> ac1e695a8


exclude further tests which are broken or not embedded


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

Branch: refs/heads/fb_tomee8
Commit: ac1e695a801fd0b45a00dbc7b3923e2a6786a478
Parents: 19cec34
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 1 14:00:21 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 1 14:00:21 2018 +0100

----------------------------------------------------------------------
 tck/cdi-embedded/src/test/resources/passing.xml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/ac1e695a/tck/cdi-embedded/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-embedded/src/test/resources/passing.xml b/tck/cdi-embedded/src/test/resources/passing.xml
index 40e6374..702a976 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -171,9 +171,15 @@
 
             <!-- CDITCK-466 -->
             <class name="org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest">
-                <methods>
-                    <exclude name=".*"/>
-                </methods>
+                <methods><exclude name=".*"/></methods>
+            </class>
+
+            <!-- CDITCK-605 -->
+            <class name="org.jboss.cdi.tck.tests.event.broken.observer.remoteBusinessMethod.EJBObserverMethodRemoteBusinessMethodTest">
+                <methods><exclude name=".*"/></methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.event.broken.observer.remoteBusinessMethod.EJBAsyncObserverMethodRemoteBusinessMethodTest">
+                <methods><exclude name=".*"/></methods>
             </class>
 
             <!-- https://issues.jboss.org/browse/CDI-721 -->
@@ -308,6 +314,9 @@
             <class name="org.jboss.cdi.tck.tests.context.session.event.SessionScopeEventTest">
                 <methods><exclude name=".*" /></methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
 
 
         </classes>