Author: alessio.soldano(a)jboss.com
Date: 2013-03-05 10:24:44 -0500 (Tue, 05 Mar 2013)
New Revision: 17380
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Excluding test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-03-05 10:50:54 UTC (rev 17379)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-03-05 15:24:44 UTC (rev 17380)
@@ -765,6 +765,9 @@
<!-- # 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>
+
+ <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
</excludes>
</configuration>
</plugin>
@@ -818,6 +821,9 @@
<!-- # 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>
+
+ <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
</excludes>
</configuration>
</plugin>
Show replies by date