Author: alessio.soldano(a)jboss.com
Date: 2013-04-26 10:06:06 -0400 (Fri, 26 Apr 2013)
New Revision: 17514
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
Log:
Excluding test
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml 2013-04-25 16:33:54 UTC
(rev 17513)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml 2013-04-26 14:06:06 UTC
(rev 17514)
@@ -368,6 +368,9 @@
<!-- # Seems MSFT interop. endpoints are down :( -->
<exclude>org/jboss/test/ws/jaxws/cxf/interop/wstrust10/**</exclude>
+
+ <!-- # [JBPAPP-9224] Disabled tests due to CVE-2012-2379 checks
-->
+
<exclude>org/jboss/test/ws/jaxws/samples/wssePolicy/UsernameUnsecureTransportTestCase.*</exclude>
</excludes>
</configuration>
</plugin>