Author: alessio.soldano(a)jboss.com
Date: 2013-06-17 08:59:29 -0400 (Mon, 17 Jun 2013)
New Revision: 17688
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[UNDERTOW-76] Excluding tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-06-17 12:38:31 UTC (rev 17687)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-06-17 12:59:29 UTC (rev 17688)
@@ -852,6 +852,10 @@
<!-- # [JBWS-3620] Authentication failures w/ Undertow -->
<exclude>org/jboss/test/ws/jaxws/cxf/httpauth/HelloDigestTestCase*</exclude>
+ <!-- # [UNDERTOW-76] NPE in AsyncContexImpl.dispatch() -->
+
<exclude>org/jboss/test/ws/jaxws/samples/asynch/AsynchTestCase*</exclude>
+
<exclude>org/jboss/test/ws/jaxws/cxf/continuations/ContinuationsTestCase*</exclude>
+
<!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
Show replies by date