disable embedded TCK test which needs a running JSF container the other method in that test also needs a container :/
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d9024879 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d9024879 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d9024879 Branch: refs/heads/master Commit: d90248796b2b454f43cfd83bf3be452fcbb8e16d Parents: 77e7a2d Author: Mark Struberg <[email protected]> Authored: Sat Mar 7 17:53:13 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Sat Mar 7 17:53:13 2015 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/d9024879/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 05b45be..905bd2d 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -314,7 +314,7 @@ </class> <class name="org.jboss.cdi.tck.tests.lookup.el.integration.IntegrationWithUnifiedELTest"> <methods> - <exclude name="testELResolverRegisteredWithJsf" /> + <exclude name=".*" /> </methods> </class> </classes>
