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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ccdb0fa8f662db262b15ab656698dc89440465ae
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jan 21 13:30:30 2020 +0100

    Added todo
---
 .../java/org/apache/camel/component/netty/NettyReuseChannelTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
 
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
index d2a100b..3b0c3b6 100644
--- 
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
+++ 
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyReuseChannelTest.java
@@ -24,8 +24,10 @@ import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.NotifyBuilder;
 import org.apache.camel.builder.RouteBuilder;
+import org.junit.Ignore;
 import org.junit.Test;
 
+@Ignore("TODO: Fix me")
 public class NettyReuseChannelTest extends BaseNettyTest {
 
     private final List<Channel> channels = new ArrayList<>();

Reply via email to