Author: asoldano
Date: 2014-04-30 04:19:25 -0400 (Wed, 30 Apr 2014)
New Revision: 18601
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3686] Temporarly excluding 2 tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-04-30 07:24:35 UTC (rev 18600)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-04-30 08:19:25 UTC (rev 18601)
@@ -708,6 +708,10 @@
<!-- [WELD-1328] @WebServiceRef injection not working w/ Weld 1.x
-->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
+
+ <!-- [JBWS-3686] Restore WSTrustActAsTestCase and
WSTrustOnBehalfOfTestCase -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustActAsTestCase.*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustOnBehalfOfTestCase.*</exclude>
</excludes>
</configuration>
</plugin>
@@ -794,6 +798,10 @@
<!-- # [JBWS-3620] Authentication failures w/ Undertow -->
<exclude>org/jboss/test/ws/jaxws/cxf/httpauth/HelloDigestTestCase*</exclude>
+ <!-- [JBWS-3686] Restore WSTrustActAsTestCase and
WSTrustOnBehalfOfTestCase -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustActAsTestCase.*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustOnBehalfOfTestCase.*</exclude>
+
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
@@ -883,6 +891,10 @@
<!-- # [JBWS-3620] Authentication failures w/ Undertow -->
<exclude>org/jboss/test/ws/jaxws/cxf/httpauth/HelloDigestTestCase*</exclude>
+ <!-- [JBWS-3686] Restore WSTrustActAsTestCase and
WSTrustOnBehalfOfTestCase -->
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustActAsTestCase.*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustOnBehalfOfTestCase.*</exclude>
+
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
Show replies by date