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

orpiske 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 b74519cb567 CAMEL-20722: Changed base class for 
KafkaBreakOnFirstErrorSeekIssueIT
b74519cb567 is described below

commit b74519cb5670c3c9eaf6ba01e81891dd1f438a91
Author: Jang-Vijay Singh <[email protected]>
AuthorDate: Wed Jun 5 06:46:34 2024 +0100

    CAMEL-20722: Changed base class for KafkaBreakOnFirstErrorSeekIssueIT
---
 .../component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
index 8058e72687b..290281135e0 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaBreakOnFirstErrorSeekIssueIT.java
@@ -57,7 +57,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
              architectures = { "amd64", "aarch64" },
              disabledReason = "This test does not run reliably on some 
platforms")
 
-class KafkaBreakOnFirstErrorSeekIssueIT extends BaseExclusiveKafkaTestSupport {
+class KafkaBreakOnFirstErrorSeekIssueIT extends BaseKafkaTestSupport {
 
     public static final String ROUTE_ID = "breakOnFirstError-19894";
     public static final String TOPIC = "breakOnFirstError-19894";

Reply via email to