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 2020/03/27 08:19:51 UTC

[camel] branch master updated: Skip test that hangs

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e9dd11  Skip test that hangs
5e9dd11 is described below

commit 5e9dd11b5b0a9cf98e4bccc7e3d2c28381a1463d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 27 09:19:21 2020 +0100

    Skip test that hangs
---
 .../apache/camel/component/jms/JmsSpringLoadBalanceFailoverTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsSpringLoadBalanceFailoverTest.java b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsSpringLoadBalanceFailoverTest.java
index 351a011..61af139 100644
--- a/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsSpringLoadBalanceFailoverTest.java
+++ b/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsSpringLoadBalanceFailoverTest.java
@@ -18,11 +18,13 @@ package org.apache.camel.component.jms;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.spring.SpringCamelContext;
+import org.junit.Ignore;
 import org.springframework.context.support.ClassPathXmlApplicationContext;
 
 /**
  * Unit test for Camel loadbalancer failover with JMS
  */
+@Ignore("Hangs")
 public class JmsSpringLoadBalanceFailoverTest extends JmsLoadBalanceFailoverTest {
 
     @Override