Repository: camel
Updated Branches:
  refs/heads/master 8466e1273 -> 251b65283


Ignore test


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

Branch: refs/heads/master
Commit: 251b65283b097f527cb2f5340bfa56a6cea7d71d
Parents: 8466e12
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Feb 24 08:57:51 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Feb 24 08:57:51 2016 +0100

----------------------------------------------------------------------
 .../camel/component/quickfixj/QuickfixjLazyProducerTest.java      | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/251b6528/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/QuickfixjLazyProducerTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/QuickfixjLazyProducerTest.java
 
b/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/QuickfixjLazyProducerTest.java
index fcc8b59..c54e309 100644
--- 
a/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/QuickfixjLazyProducerTest.java
+++ 
b/components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/QuickfixjLazyProducerTest.java
@@ -19,6 +19,7 @@ package org.apache.camel.component.quickfixj;
 import org.apache.camel.Exchange;
 import org.apache.camel.ExchangePattern;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mockito;
 import org.springframework.test.util.ReflectionTestUtils;
@@ -34,6 +35,7 @@ import quickfix.field.TargetCompID;
 import static org.hamcrest.CoreMatchers.*;
 import static org.junit.Assert.*;
 
+@Ignore("Fails on CI server sometimes")
 public class QuickfixjLazyProducerTest {
     private Exchange mockExchange;
     private QuickfixjEndpoint endpoint;
@@ -76,6 +78,7 @@ public class QuickfixjLazyProducerTest {
 //        
Mockito.doReturn(true).when(mockSession).send(Matchers.isA(Message.class));
 
         producer.process(mockExchange);
+
         assertThat(engine.isInitialized(), is(true));
         assertThat(engine.isStarted(), is(true));
 //

Reply via email to