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/03/11 12:57:04 UTC

[48/50] tomee git commit: disable embedded TCK test which needs a running JSF container

disable embedded TCK test which needs a running JSF container


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

Branch: refs/heads/master
Commit: 1c20e6f0670e328210cea9b440d23da3c6f0cf38
Parents: 72546d8
Author: Mark Struberg <st...@apache.org>
Authored: Sat Mar 7 17:40:04 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Mar 7 17:40:04 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/1c20e6f0/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 ac46838..8c1fb81 100644
--- a/tck/cdi-embedded/src/test/resources/passing.xml
+++ b/tck/cdi-embedded/src/test/resources/passing.xml
@@ -307,6 +307,11 @@
           <exclude name="testConversationActivation" />
         </methods>
       </class>
+      <class name="org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest">
+        <methods>
+          <exclude name="testELResolverRegisteredWithJsf" />
+        </methods>
+      </class>
     </classes>
   </test>
 </suite>