Author: struberg
Date: Mon May 29 13:46:28 2017
New Revision: 1796627
URL: http://svn.apache.org/viewvc?rev=1796627&view=rev
Log:
OWB-1182 disable another broken 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=1796627&r1=1796626&r2=1796627&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Mon May 29 13:46:28
2017
@@ -96,6 +96,11 @@
<methods><exclude name=".*"/></methods>
</class>
+ <!-- https://issues.jboss.org/browse/CDI-498 dots in EL names are
not allowed by the EL spec. -->
+ <class
name="org.jboss.cdi.tck.tests.lookup.el.ResolutionByNameTest">
+ <methods><exclude
name="testBeanNameWithSeparatedListOfELIdentifiers"/></methods>
+ </class>
+
<!--