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 de3ec3cf452 (chores) camel-kafka: remove connection check test on 
Apache CI
de3ec3cf452 is described below

commit de3ec3cf45210a16a86a94aa7ac08f61d51acdf6
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 20 10:14:59 2023 +0100

    (chores) camel-kafka: remove connection check test on Apache CI
    
    The test depends on a complex chain of events that may not work
    reliably.
---
 .../camel/component/kafka/integration/KafkaConsumerAuthIT.java    | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
index 7df5402aa34..fad9e8a51f1 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
@@ -108,15 +108,9 @@ public class KafkaConsumerAuthIT extends 
BaseEmbeddedKafkaAuthTestSupport {
         };
     }
 
-    @Order(1)
-    @Test
-    public void isConnected() {
-        assertGroupIsConnected("KafkaConsumerAuthIT");
-    }
-
     @DisplayName("Tests that Camel can adequately connect and consume from an 
authenticated Kafka instance")
     @Timeout(30)
-    @Order(2)
+    @Order(1)
     @Test
     public void kafkaMessageIsConsumedByCamel() throws InterruptedException, 
ExecutionException {
         String propagatedHeaderKey = "PropagatedCustomHeader";

Reply via email to