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 2016/02/06 09:50:11 UTC

camel git commit: CAMEL-9493: Ignore flaky test

Repository: camel
Updated Branches:
  refs/heads/master 5fd132804 -> 510f6702c


CAMEL-9493: Ignore flaky test


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

Branch: refs/heads/master
Commit: 510f6702cede46cc9b59a94617e2866bcd8988ad
Parents: 5fd1328
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Feb 6 09:50:04 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Feb 6 09:50:04 2016 +0100

----------------------------------------------------------------------
 .../camel/component/mllp/MllpProducerConsumerLoopbackTest.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/510f6702/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackTest.java
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackTest.java b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackTest.java
index 8a392b5..d96b24d 100644
--- a/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackTest.java
+++ b/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpProducerConsumerLoopbackTest.java
@@ -30,11 +30,12 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.apache.camel.test.mllp.PassthroughProcessor;
 import org.hamcrest.CoreMatchers;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.apache.camel.test.mllp.Hl7MessageGenerator.generateMessage;
 
-
+@Ignore("Fails sometimes on CI server with address already in use")
 public class MllpProducerConsumerLoopbackTest extends CamelTestSupport {
     int mllpPort = AvailablePortFinder.getNextAvailable();
     String mllpHost = "localhost";