Author: asoldano
Date: 2013-09-30 09:01:28 -0400 (Mon, 30 Sep 2013)
New Revision: 17961
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[WFLY-308] Temporarly excluding test
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-09-29 04:42:42 UTC (rev 17960)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-09-30 13:01:28 UTC (rev 17961)
@@ -669,6 +669,9 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with
no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
+ <!--# [WFLY-308] Provide facility for running ejb3 ws endpoints
authorization independently -->
+
<exclude>org/jboss/test/ws/jaxws/handlerauth/HandlerAuthTestCase*</exclude>
+
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
</excludes>
@@ -738,6 +741,9 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with
no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
+
+ <!--# [WFLY-308] Provide facility for running ejb3 ws endpoints
authorization independently -->
+
<exclude>org/jboss/test/ws/jaxws/handlerauth/HandlerAuthTestCase*</exclude>
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
@@ -805,6 +811,9 @@
<!--# [JBWS-3679] @WebServiceRef injection of co-located client with
no specified wsdlLocation is not working -->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3679/**</exclude>
+
+ <!--# [WFLY-308] Provide facility for running ejb3 ws endpoints
authorization independently -->
+
<exclude>org/jboss/test/ws/jaxws/handlerauth/HandlerAuthTestCase*</exclude>
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
@@ -875,6 +884,9 @@
<!-- # [WFLY-2077] Upgrade PicketLink to 2.5.1.Final incomplete
(missing org.picketlink module) -->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
+
+ <!--# [WFLY-308] Provide facility for running ejb3 ws endpoints
authorization independently -->
+
<exclude>org/jboss/test/ws/jaxws/handlerauth/HandlerAuthTestCase*</exclude>
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
Show replies by date