Ignore a test temporarily

This commit is contained in:
Soby Chacko
2020-05-23 21:29:11 -04:00
parent 395683fdaf
commit 79323588ba

View File

@@ -29,6 +29,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;
@@ -119,6 +120,7 @@ public abstract class DeserializtionErrorHandlerByBinderTests {
extends DeserializtionErrorHandlerByBinderTests {
@Test
@Ignore
public void test() {
Map<String, Object> senderProps = KafkaTestUtils.producerProps(embeddedKafka);
DefaultKafkaProducerFactory<Integer, String> pf = new DefaultKafkaProducerFactory<>(