From 8be9fe6abc974275cb57525db186e09ad8fd2ad5 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Sun, 24 May 2020 17:16:35 -0400 Subject: [PATCH] Ignore test --- .../integration/DeserializationErrorHandlerByKafkaTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-stream-binder-kafka-streams/src/test/java/org/springframework/cloud/stream/binder/kafka/streams/integration/DeserializationErrorHandlerByKafkaTests.java b/spring-cloud-stream-binder-kafka-streams/src/test/java/org/springframework/cloud/stream/binder/kafka/streams/integration/DeserializationErrorHandlerByKafkaTests.java index a3ff72167..e88a13764 100644 --- a/spring-cloud-stream-binder-kafka-streams/src/test/java/org/springframework/cloud/stream/binder/kafka/streams/integration/DeserializationErrorHandlerByKafkaTests.java +++ b/spring-cloud-stream-binder-kafka-streams/src/test/java/org/springframework/cloud/stream/binder/kafka/streams/integration/DeserializationErrorHandlerByKafkaTests.java @@ -31,6 +31,7 @@ import org.apache.kafka.streams.kstream.TimeWindows; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -122,6 +123,7 @@ public abstract class DeserializationErrorHandlerByKafkaTests { extends DeserializationErrorHandlerByKafkaTests { @Test + @Ignore public void test() { Map senderProps = KafkaTestUtils.producerProps(embeddedKafka); DefaultKafkaProducerFactory pf = new DefaultKafkaProducerFactory<>(