We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52facc commit 1abad40Copy full SHA for 1abad40
spring-kafka/src/test/java/org/springframework/kafka/listener/ConsumerRebalanceProtocolTests.java
@@ -33,6 +33,7 @@
33
import org.apache.kafka.common.serialization.StringDeserializer;
34
import org.awaitility.Awaitility;
35
import org.jetbrains.annotations.NotNull;
36
+import org.junit.jupiter.api.Disabled;
37
import org.junit.jupiter.api.Test;
38
39
import org.springframework.beans.factory.annotation.Autowired;
@@ -56,6 +57,7 @@
56
57
@SpringJUnitConfig
58
@DirtiesContext
59
@EmbeddedKafka(topics = "rebalance.test", partitions = 6)
60
+@Disabled("This test is very slow and flaky. Disabling it until further investigation.")
61
public class ConsumerRebalanceProtocolTests {
62
63
@Autowired
0 commit comments