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 2015/05/17 13:21:23 UTC

[37/37] tomee git commit: disable 2 further tests which fail because of CDITCK-482

disable 2 further tests which fail because of CDITCK-482

We probably can enable these later if we switch tomcat to not serialize the session


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

Branch: refs/heads/master
Commit: 19256095beaa487f6813a5f5f71622c9dc5e83f7
Parents: c0ffb49
Author: Mark Struberg <st...@apache.org>
Authored: Sun May 17 13:16:55 2015 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Sun May 17 13:16:55 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/19256095/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 bcd44b2..0323132 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -64,8 +64,17 @@
       <!-- Issues in the TCK -->
       <!-- CDITCK-482 -->
       <class name="org.jboss.cdi.tck.tests.context.session.listener.shutdown.SessionContextListenerShutdownTest">
+        <methods>
+          <exclude name=".*"/>
+        </methods>
+      </class>
+      <class name="org.jboss.cdi.tck.tests.deployment.shutdown.ApplicationShutdownLifecycleTest">
+        <methods>
+          <exclude name=".*"/>
+        </methods>
       </class>
 
+
       <!-- CDITCK-480 -->
       <class name="org.jboss.cdi.tck.tests.context.conversation.ClientConversationContextTest">
         <methods>