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 e00f4e787..fbc29be4e 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,7 +17,6 @@ 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; @@ -29,7 +28,6 @@ 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