You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ja...@apache.org on 2014/02/13 15:33:25 UTC

svn commit: r1567940 - /servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala

Author: janstey
Date: Thu Feb 13 14:33:24 2014
New Revision: 1567940

URL: http://svn.apache.org/r1567940
Log:
SM-2232 - Ignore CXF itests that hang

Modified:
    servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala

Modified: servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala?rev=1567940&r1=1567939&r2=1567940&view=diff
==============================================================================
--- servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala (original)
+++ servicemix/smx5/trunk/itests/src/test/scala/org/apache/servicemix/itests/ExamplesIntegrationTests.scala Thu Feb 13 14:33:24 2014
@@ -111,6 +111,7 @@ class CamelExamplesTest extends Examples
 /**
  * Tests for the CXF examples
  */
+@Ignore("https://issues.apache.org/jira/browse/SM-2232")
 class CxfExamplesTest extends ExamplesIntegrationTests {
   @Test
   def testCxfJaxRsExample = testWithFeature("examples-cxf-jaxrs", "camel-http") {