Author: alessio.soldano(a)jboss.com
Date: 2013-04-08 13:04:08 -0400 (Mon, 08 Apr 2013)
New Revision: 17480
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3620] Excluding tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-04-08 17:03:45 UTC (rev 17479)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-04-08 17:04:08 UTC (rev 17480)
@@ -834,6 +834,11 @@
<!-- # Tests migrated from JBossWS-Native specific testsuite which
are meant to pass with JBossWS-CXF too, but are still to be fixed -->
<exclude>org/jboss/test/ws/jaxws/jbws2978/**</exclude>
+ <!-- # [JBWS-3620] Authentication failures w/ Undertow -->
+
<exclude>org/jboss/test/ws/jaxws/samples/securityDomain/PermitAllTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/webservicerefsec/WebServiceRefSecTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/cxf/httpauth/HelloDigestTestCase*</exclude>
+
<!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
Show replies by date