Description
After the upgrade the activiti test case fails with following error
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 47.207 sec <<< FAILURE! - in org.apache.servicemix.itests.ActivitiExamplesTest
testActivitiCamelExample(org.apache.servicemix.itests.ActivitiExamplesTest) Time elapsed: 30.275 sec <<< FAILURE!
java.lang.AssertionError: Gave up waiting for test condition
at org.junit.Assert.fail(Assert.java:88)
at org.apache.servicemix.itests.IntegrationTestSupport.expect(IntegrationTestSupport.scala:83)
at org.apache.servicemix.itests.ActivitiExamplesTest$$anonfun$testActivitiCamelExample$1.apply$mcV$sp(ExamplesIntegrationTests.scala:67)
at org.apache.servicemix.itests.IntegrationTestSupport.testWithFeature(IntegrationTestSupport.scala:74)
at org.apache.servicemix.itests.ActivitiExamplesTest.testActivitiCamelExample(ExamplesIntegrationTests.scala:58)