Kafka Streams binder test disabling

Temporarily disabling KafkaBinderBootstrapTest in Kafka Streams binder
due to builds taking much longer times due to this.
This commit is contained in:
Soby Chacko
2018-08-02 12:59:02 -04:00
parent 44210f1b72
commit 0c61cedc85

View File

@@ -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