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

nfilotto pushed a commit to branch CAMEL-19854/disable-failing-test
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 82fc8ec35bb6676055b7fd9306e91c8c632ff4eb
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Sep 13 10:06:28 2023 +0200

    CAMEL-19854: camel-kafka - Disable the test KafkaConsumerHealthCheckIT
---
 .../camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
 
b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
index 23fc81cc5ff..254e2c574db 100644
--- 
a/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
+++ 
b/components-starter/camel-kafka-starter/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerHealthCheckIT.java
@@ -41,6 +41,7 @@ import org.apache.kafka.common.header.internals.RecordHeader;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.MethodOrderer;
 import org.junit.jupiter.api.Order;
 import org.junit.jupiter.api.Test;
@@ -68,6 +69,7 @@ import static 
org.testcontainers.shaded.org.awaitility.Awaitility.await;
                 KafkaConsumerHealthCheckIT.TestConfiguration.class,
         }
 )
+@Disabled("https://issues.apache.org/jira/browse/CAMEL-19854";)
 public class KafkaConsumerHealthCheckIT extends BaseEmbeddedKafkaTestSupport {
     public static final String TOPIC = "test-health";
 

Reply via email to