Author: asoldano
Date: 2014-08-07 10:56:37 -0400 (Thu, 07 Aug 2014)
New Revision: 18829
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Updating excludes
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-07 12:29:18 UTC (rev 18828)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2014-08-07 14:56:37 UTC (rev 18829)
@@ -701,7 +701,7 @@
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
- <!-- Enable it after backport change to wilfly800 ASIL -->
+ <!-- [JBWS-3514] Enable it after backport change to wilfly800 ASIL
-->
<exclude>org/jboss/test/ws/jaxws/samples/session/*TestCase*</exclude>
</excludes>
</configuration>
@@ -792,10 +792,10 @@
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
- <!-- Enable it after backport change to wilfly810 ASIL -->
+ <!-- [JBWS-3514] Enable it after backport change to wilfly810 ASIL
-->
<exclude>org/jboss/test/ws/jaxws/samples/session/*TestCase*</exclude>
- <!-- Enable it after backport change to wilfly810 ASIL ? -->
+ <!-- [JBWS-3809] Enable it after backport change to wilfly810 ASIL ?
-->
<exclude>org/jboss/test/ws/jaxws/cxf/jbws3809/*TestCase*</exclude>
</excludes>
</configuration>
@@ -886,10 +886,6 @@
<!-- Manually setup KDC before run this test-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/kerberos/*TestCase*</exclude>
-
- <!-- Enable it after merge to wildfly9 -->
-
<exclude>org/jboss/test/ws/jaxws/samples/session/*TestCase*</exclude>
-
</excludes>
</configuration>
</plugin>