diff --git a/sample/kafka-stream/src/test/java/fr/jetoile/hadoopunit/sample/kafka/KafkaStreamsJobTest.java b/sample/kafka-stream/src/test/java/fr/jetoile/hadoopunit/sample/kafka/KafkaStreamsJobTest.java index 93072842..3eb63815 100644 --- a/sample/kafka-stream/src/test/java/fr/jetoile/hadoopunit/sample/kafka/KafkaStreamsJobTest.java +++ b/sample/kafka-stream/src/test/java/fr/jetoile/hadoopunit/sample/kafka/KafkaStreamsJobTest.java @@ -22,10 +22,12 @@ import org.codehaus.jettison.json.JSONException; import org.codehaus.jettison.json.JSONObject; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.*; +@Ignore public class KafkaStreamsJobTest { private static Configuration configuration;