Author: alessio.soldano(a)jboss.com
Date: 2013-04-08 12:32:32 -0400 (Mon, 08 Apr 2013)
New Revision: 17478
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Excluding some tests for known issues
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-04-08 15:20:49 UTC (rev 17477)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-04-08 16:32:32 UTC (rev 17478)
@@ -840,6 +840,12 @@
<!-- # [CXF-4875] NPE resolving policy reference -->
<exclude>org/jboss/test/ws/jaxws/cxf/wsrm/BasicDocTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/wsrm/BasicRPCTestCase*</exclude>
+
+ <!-- # [AS7-6850] Undertow: Missing Start Boundary, or boundary does
not start on a new line -->
+
<exclude>org/jboss/test/ws/saaj/jbws3084/JBWS3084TestCase*</exclude>
+
+ <!-- # [AS7-6765] fix in commit
https://github.com/undertow-io/undertow/commit/d1747d12af796e9048308d3c63...
-->
+
<exclude>org/jboss/test/ws/jaxws/jbws2000/JBWS2000TestCase*</exclude>
</excludes>
</configuration>
</plugin>