You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/15 06:50:53 UTC

[camel] branch master updated: Ignore InstallOpenTracingTracerRuleTest for the moment

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 c050466  Ignore InstallOpenTracingTracerRuleTest for the moment
c050466 is described below

commit c0504666fdcffb127071ff9966cc5497fb3f6094
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 15 07:50:16 2019 +0100

    Ignore InstallOpenTracingTracerRuleTest for the moment
---
 .../camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
index bd1a8c1..e519647 100644
--- a/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
+++ b/components/camel-opentracing/src/test/java/org/apache/camel/opentracing/agent/InstallOpenTracingTracerRuleTest.java
@@ -31,8 +31,10 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.impl.JndiRegistry;
 import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
+@Ignore
 public class InstallOpenTracingTracerRuleTest extends CamelTestSupport {
 
     private static MockTracer tracer = new MockTracer(Propagator.TEXT_MAP);