From 0c61cedc8544c03ed74d2f3f0dc355eadb325806 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 2 Aug 2018 12:59:02 -0400 Subject: [PATCH] Kafka Streams binder test disabling Temporarily disabling KafkaBinderBootstrapTest in Kafka Streams binder due to builds taking much longer times due to this. --- .../stream/binder/kafka/bootstrap/KafkaBinderBootstrapTest.java | 2 ++ 1 file changed, 2 insertions(+) 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