You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/12/12 07:33:52 UTC

svn commit: r1420534 - /camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java

Author: bvahdat
Date: Wed Dec 12 06:33:51 2012
New Revision: 1420534

URL: http://svn.apache.org/viewvc?rev=1420534&view=rev
Log:
CAMEL-5856: "Ignore" the two tests failing from time to time on the CI-Server until we've got a clue about the reason.

Modified:
    camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java

Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java?rev=1420534&r1=1420533&r2=1420534&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java (original)
+++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/sql/FromJmsToJdbcIdempotentConsumerToJmsTest.java Wed Dec 12 06:33:51 2012
@@ -28,6 +28,7 @@ import org.apache.camel.builder.RouteBui
 import org.apache.camel.spi.IdempotentRepository;
 import org.apache.camel.test.junit4.CamelSpringTestSupport;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.springframework.context.support.AbstractApplicationContext;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
@@ -83,6 +84,7 @@ public class FromJmsToJdbcIdempotentCons
         assertEquals("DONE-A", out);
     }
 
+    @Ignore("see the TODO below")
     @Test
     public void testJmsToJdbcJmsRollbackAtA() throws Exception {
         checkInitialState();
@@ -115,6 +117,7 @@ public class FromJmsToJdbcIdempotentCons
         assertEquals("A", consumer.receiveBody("activemq:queue:ActiveMQ.DLQ", 3000));
     }
 
+    @Ignore("see the TODO below")
     @Test
     public void testJmsToJdbcJmsRollbackAtB() throws Exception {
         checkInitialState();