Unignore test

This commit is contained in:
Soby Chacko
2019-09-28 18:29:40 -04:00
parent f7d966525f
commit 9fbabeba56

View File

@@ -28,7 +28,6 @@ import org.apache.kafka.common.serialization.ByteArrayDeserializer;
import org.apache.kafka.common.serialization.ByteArraySerializer;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -68,7 +67,6 @@ public class PolledConsumerApplicationTests {
}
@Test
@Ignore
public void testSendReceive() throws Exception {
Map<String, Object> senderProps = KafkaTestUtils.producerProps(embeddedKafka.getEmbeddedKafka());
senderProps.put("key.serializer", ByteArraySerializer.class);