Skip to content

Commit

Permalink
Upgrade to junit5
Browse files Browse the repository at this point in the history
  • Loading branch information
afk11 committed Jan 17, 2022
1 parent a6d9099 commit 26e310d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.clients.producer.ProducerRecord;
import org.apache.kafka.common.serialization.StringSerializer;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;


import java.util.HashMap;
import java.util.Map;
Expand Down Expand Up @@ -137,7 +138,7 @@ public void test() {
}

@Test
@Ignore
@Disabled
public void testSendKafkaMessage() {
Map<String, Object> kafkaProperties = new HashMap<>();

Expand Down

0 comments on commit 26e310d

Please sign in to comment.