Author: struberg
Date: Sun May 28 20:54:07 2017
New Revision: 1796536
URL: http://svn.apache.org/viewvc?rev=1796536&view=rev
Log:
OWB-1182 disable test which checks Weld internals
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=1796536&r1=1796535&r2=1796536&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Sun May 28 20:54:07
2017
@@ -74,9 +74,7 @@
<!-- https://issues.jboss.org/browse/CDITCK-432 -->
<class
name="org.jboss.cdi.tck.tests.decorators.builtin.event.complex.ComplexEventDecoratorTest">
- <methods>
- <exclude name=".*"/>
- </methods>
+ <methods><exclude name=".*"/></methods>
</class>
<!-- https://issues.jboss.org/browse/CDITCK-578,
https://issues.jboss.org/browse/CDITCK-579 -->
@@ -88,12 +86,17 @@
</methods>
</class>
+ <!-- this tests Weld specific internals -->
+ <class
name="org.jboss.cdi.tck.tests.definition.bean.types.illegal.BeanTypesWithIllegalTypeTest">
+ <methods><exclude name=".*"/></methods>
+ </class>
+
<!--
Tests broken in the CDI-1.2 TCK:
- <!– Issues in the spec –>
+ <!– Issues in the fec –>
<!– CDI-437 –>
<class
name="org.jboss.cdi.tck.tests.lookup.byname.ambiguous.broken.AmbiguousELNamesTest">
<methods>