exclude challenged TCK test
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f01415e4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f01415e4 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f01415e4 Branch: refs/heads/master Commit: f01415e43d01c05ea64ca331257bb48de9aa52dd Parents: f27aaf0 Author: Mark Struberg <[email protected]> Authored: Sat May 16 23:04:12 2015 +0200 Committer: Mark Struberg <[email protected]> Committed: Sat May 16 23:04:12 2015 +0200 ---------------------------------------------------------------------- tck/cdi-tomee/src/test/resources/passing.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/f01415e4/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 2c2820a..bcd44b2 100644 --- a/tck/cdi-tomee/src/test/resources/passing.xml +++ b/tck/cdi-tomee/src/test/resources/passing.xml @@ -62,6 +62,10 @@ </class> <!-- Issues in the TCK --> + <!-- CDITCK-482 --> + <class name="org.jboss.cdi.tck.tests.context.session.listener.shutdown.SessionContextListenerShutdownTest"> + </class> + <!-- CDITCK-480 --> <class name="org.jboss.cdi.tck.tests.context.conversation.ClientConversationContextTest"> <methods>
