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/09/02 23:49:15 UTC

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

Author: struberg
Date: Tue Sep  2 21:49:14 2014
New Revision: 1622138

URL: http://svn.apache.org/r1622138
Log:
OWB-997 exclude broken tck test

See CDITCK-436

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=1622138&r1=1622137&r2=1622138&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Tue Sep  2 21:49:14 2014
@@ -62,6 +62,13 @@
                 </methods>
             </class>
 
+            <!-- CDITCK-436 -->
+            <class name="org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
+
             <!-- CDITCK-418 -->
             <class name="org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.jndi.ejb.InterceptorEnvironmentJNDISessionBeanTest">
                 <methods>