Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 13:12:40 -0500 (Wed, 16 Feb 2011)
New Revision: 13761
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBAS-8891] Excluding JBWS3140 testcase because of parsing issue on AS7
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:52:46 UTC (rev 13760)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 18:12:40 UTC (rev 13761)
@@ -903,6 +903,9 @@
<exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
+ <!-- # [JBAS-8891] Parse issue on web.xml -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
+
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
Show replies by date