This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a3c9b7ee209 CAMEL-20521: disable flaky/unstable test (#13941)
a3c9b7ee209 is described below

commit a3c9b7ee2098844a1e3add8a4e02aaa4ea636dc5
Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com>
AuthorDate: Fri Apr 26 01:00:15 2024 -0300

    CAMEL-20521: disable flaky/unstable test (#13941)
---
 .../org/apache/camel/component/jms/RestartBrokerBeforeCommitIT.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/RestartBrokerBeforeCommitIT.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/RestartBrokerBeforeCommitIT.java
index 4ad18c7a881..3194b7c4540 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/RestartBrokerBeforeCommitIT.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/RestartBrokerBeforeCommitIT.java
@@ -38,6 +38,7 @@ import org.apache.camel.spi.Registry;
 import 
org.apache.camel.test.infra.artemis.services.RestartAwareArtemisContainer;
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.apache.camel.util.json.JsonObject;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.messaginghub.pooled.jms.JmsPoolConnectionFactory;
 import org.slf4j.Logger;
@@ -61,7 +62,7 @@ import static org.assertj.core.api.Assertions.assertThat;
  *
  * This issue will be fixed in spring-jms 6.1.6
  */
-
+@Disabled("The test seems to failing often")
 public class RestartBrokerBeforeCommitIT extends CamelTestSupport {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(RestartBrokerBeforeCommitIT.class);

Reply via email to