Author: rsearls
Date: 2015-01-03 18:10:22 -0500 (Sat, 03 Jan 2015)
New Revision: 19322
Modified:
stack/cxf/branches/arquillian/modules/testsuite/pom.xml
Log:
arquillian migration excluded shared-tests that don't run in this env
Modified: stack/cxf/branches/arquillian/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2015-01-03 23:05:14 UTC (rev
19321)
+++ stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2015-01-03 23:10:22 UTC (rev
19322)
@@ -38,7 +38,7 @@
<!-- Modules -->
<modules>
<module>cxf-tests</module>
-<!-- <module>shared-tests</module> -->
+ <!-- <module>shared-tests</module> -->
</modules>
@@ -809,6 +809,15 @@
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
+
+ <!-- Arquillian migration excludes untill issues addressed -->
+
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/endpoint/EndpointTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/clientConfig/ClientConfigurationTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/jbws1178/JBWS1178TestCaseForked*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/jbws2937/JBWS2937TestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -908,6 +917,15 @@
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
+
+ <!-- Arquillian migration excludes untill issues addressed -->
+
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/endpoint/EndpointTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/clientConfig/ClientConfigurationTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/jbws1178/JBWS1178TestCaseForked*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/jbws2937/JBWS2937TestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefClientTestCase*</exclude>
+
</excludes>
</configuration>
</plugin>
Show replies by date