This is an automated email from the ASF dual-hosted git repository.
ramu12 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new e29976d CAMEL-13203:Check ZipkinMDCScopeDecoratorTest failing test
e29976d is described below
commit e29976de9bb36d41895ec624eb7c3a3782308e2e
Author: Ramu <[email protected]>
AuthorDate: Wed Mar 13 12:45:00 2019 +0530
CAMEL-13203:Check ZipkinMDCScopeDecoratorTest failing test
---
.../test/java/org/apache/camel/zipkin/ZipkinMDCScopeDecoratorTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinMDCScopeDecoratorTest.java
b/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinMDCScopeDecoratorTest.java
index 273fc4c..b1415e2 100644
---
a/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinMDCScopeDecoratorTest.java
+++
b/components/camel-zipkin/src/test/java/org/apache/camel/zipkin/ZipkinMDCScopeDecoratorTest.java
@@ -28,7 +28,7 @@ import org.slf4j.MDC;
import zipkin2.reporter.Reporter;
-@Ignore
+
public class ZipkinMDCScopeDecoratorTest extends CamelTestSupport {
private ZipkinTracer zipkin;
@@ -63,7 +63,6 @@ public class ZipkinMDCScopeDecoratorTest extends
CamelTestSupport {
from("direct:start").to("seda:cat");
from("seda:cat").routeId("cat")
- .delay(simple("${random(1000,2000)}"))
.setBody().constant("Cat says hello Dog")
.process(new Processor() {
public void process(Exchange exchange) throws
Exception {