You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/07 11:24:01 UTC

[2/2] camel git commit: CAMEL-11111: Disabled test until its implemented

CAMEL-11111: Disabled test until its implemented


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2f3b023e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2f3b023e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2f3b023e

Branch: refs/heads/master
Commit: 2f3b023e5ad12a1d068bd2ebcd5189ed0f20ec5f
Parents: 643c3e3
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Apr 7 13:23:52 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Apr 7 13:23:52 2017 +0200

----------------------------------------------------------------------
 .../undertow/UndertowProducerThrowExceptionOnFailureTest.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2f3b023e/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowProducerThrowExceptionOnFailureTest.java
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowProducerThrowExceptionOnFailureTest.java b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowProducerThrowExceptionOnFailureTest.java
index 074590b..f0d2472 100644
--- a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowProducerThrowExceptionOnFailureTest.java
+++ b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowProducerThrowExceptionOnFailureTest.java
@@ -18,10 +18,12 @@ package org.apache.camel.component.undertow;
 
 import org.apache.camel.Exchange;
 import org.apache.camel.builder.RouteBuilder;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.util.concurrent.TimeUnit;
 
+@Ignore("CAMEL-11111")
 public class UndertowProducerThrowExceptionOnFailureTest extends BaseUndertowTest {
 
     @Test