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:14 UTC

[28/37] tomee git commit: TOMEE-1572 disable TCK test which contains unspecced 'nocdi' parameter

TOMEE-1572 disable TCK test which contains unspecced 'nocdi' parameter


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

Branch: refs/heads/master
Commit: 2dce7c15fdbbb57307bbd4c6ddc3459333349f9c
Parents: fc12074
Author: Mark Struberg <st...@apache.org>
Authored: Wed May 13 19:31:25 2015 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Wed May 13 19:31:25 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/2dce7c15/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 8e36adb..2c2820a 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -62,6 +62,13 @@
       </class>
 
       <!-- Issues in the TCK -->
+      <!-- CDITCK-480 -->
+      <class name="org.jboss.cdi.tck.tests.context.conversation.ClientConversationContextTest">
+        <methods>
+          <exclude name="testSuppressedConversationPropagation"/>
+        </methods>
+      </class>
+
       <!-- CDITCK-476 -->
       <class name="org.jboss.cdi.tck.tests.context.conversation.filter.ConversationFilterTest">
         <methods>