[jbossws-commits] JBossWS SVN: r17747 - stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 25 05:12:54 EDT 2013


Author: alessio.soldano at jboss.com
Date: 2013-06-25 05:12:54 -0400 (Tue, 25 Jun 2013)
New Revision: 17747

Modified:
   stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/pom.xml
Log:
[PLFED-390] Excluding test


Modified: stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/pom.xml	2013-06-25 09:02:34 UTC (rev 17746)
+++ stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/pom.xml	2013-06-25 09:12:54 UTC (rev 17747)
@@ -826,6 +826,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>



More information about the jbossws-commits mailing list