Skip to content

Commit 1abad40

Browse files
committed
Disbling the new rebalance test due to some flakiness
Signed-off-by: Soby Chacko <[email protected]>
1 parent a52facc commit 1abad40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-kafka/src/test/java/org/springframework/kafka/listener/ConsumerRebalanceProtocolTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.apache.kafka.common.serialization.StringDeserializer;
3434
import org.awaitility.Awaitility;
3535
import org.jetbrains.annotations.NotNull;
36+
import org.junit.jupiter.api.Disabled;
3637
import org.junit.jupiter.api.Test;
3738

3839
import org.springframework.beans.factory.annotation.Autowired;
@@ -56,6 +57,7 @@
5657
@SpringJUnitConfig
5758
@DirtiesContext
5859
@EmbeddedKafka(topics = "rebalance.test", partitions = 6)
60+
@Disabled("This test is very slow and flaky. Disabling it until further investigation.")
5961
public class ConsumerRebalanceProtocolTests {
6062

6163
@Autowired

0 commit comments

Comments
 (0)