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/06 22:06:18 UTC

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

Author: struberg
Date: Sat Sep  6 20:06:18 2014
New Revision: 1622922

URL: http://svn.apache.org/r1622922
Log:
disable broken interceptor tests

see CDITCK-438.
These TCK tests are illegal as they do not enable the interceptors they 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=1622922&r1=1622921&r2=1622922&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Sat Sep  6 20:06:18 2014
@@ -47,9 +47,13 @@
 
                 <!-- CDITCK-432 -->
                 <exclude name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex"/>
+
+                <!-- CDITCK-438 -->
+                <exclude name="org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor"/>
             </package>
 
             <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
+
         </packages>