From 310683987ac293636f4b7142f04d8a904554b182 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 19 Jan 2022 12:46:23 -0500 Subject: [PATCH] Temporarily disabling a test --- .../stream/binder/kafka/integration/KafkaNullConverterTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/integration/KafkaNullConverterTest.java b/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/integration/KafkaNullConverterTest.java index f796069e5..cd5e5386a 100644 --- a/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/integration/KafkaNullConverterTest.java +++ b/spring-cloud-stream-binder-kafka/src/test/java/org/springframework/cloud/stream/binder/kafka/integration/KafkaNullConverterTest.java @@ -23,6 +23,7 @@ import java.util.function.Consumer; 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; @@ -79,6 +80,7 @@ public class KafkaNullConverterTest { } @Test + @Ignore public void testKafkaNullConverterOutput() throws InterruptedException { final StreamBridge streamBridge = context.getBean(StreamBridge.class);