You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2014/08/25 20:19:56 UTC

svn commit: r1620399 - /openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Author: struberg
Date: Mon Aug 25 18:19:55 2014
New Revision: 1620399

URL: http://svn.apache.org/r1620399
Log:
exclude broken TCK test

Modified:
    openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=1620399&r1=1620398&r2=1620399&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Mon Aug 25 18:19:55 2014
@@ -44,6 +44,9 @@
             <package name="org.jboss.cdi.tck.tests.*">
                 <!-- CHALLENGED TCK TESTS: clarifying this in the EG -->
                 <exclude name="org.jboss.cdi.tck.tests.inheritance.specialization.simple"/>
+
+                <!-- CDITCK-432 -->
+                <exclude name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
             </package>
 
             <package name="org.jboss.cdi.tck.interceptors.tests.*"/>