Repository: tomee Updated Branches: refs/heads/master fb8eff2f6 -> 53c704852
remove tck test which breaks backward compat. See CDI-517 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/53c70485 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/53c70485 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/53c70485 Branch: refs/heads/master Commit: 53c7048521587f8ed9afe0448c78c9b79ad40a5a Parents: fb8eff2 Author: Mark Struberg <[email protected]> Authored: Tue Mar 10 14:11:56 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Wed Mar 11 21:07:55 2015 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/53c70485/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 905bd2d..64aaf49 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -277,6 +277,12 @@ </methods> </class> + <!-- CDI-517 --> + <class name="org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw.RawBeanTypeParameterizedRequiredTypeTest"> + <methods> + <exclude name="testNotAssignableTypeParams"/> + </methods> + </class> <!-- not in web profile and not supported by embedded adapter anyway -->
