Revert "Kafka Streams binder test disabling"

This reverts commit 0c61cedc85.
This commit is contained in:
Soby Chacko
2018-08-03 08:10:59 -04:00
parent 0c61cedc85
commit 1f0c6cabc6

View File

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