diff --git a/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/bootstrap/KafkaBinderBootstrapTest.java b/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/bootstrap/KafkaBinderBootstrapTest.java index fbc29be4e..e00f4e787 100644 --- a/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/bootstrap/KafkaBinderBootstrapTest.java +++ b/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/bootstrap/KafkaBinderBootstrapTest.java @@ -17,6 +17,7 @@ package org.springframework.cloud.stream.binder.kafka.bootstrap; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Test; import org.springframework.boot.WebApplicationType; @@ -28,6 +29,7 @@ import org.springframework.kafka.test.rule.KafkaEmbedded; /** * @author Marius Bogoevici */ +@Ignore("Temporarily disabling the test as builds are getting slower due to this.") public class KafkaBinderBootstrapTest { @ClassRule