Disabling Kafka test until Boot is using M5 of Batch

This commit is contained in:
Glenn Renfro
2022-08-19 14:24:48 -04:00
parent 9c3fccc741
commit e36696c44c
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>5.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -25,7 +25,6 @@ import org.apache.kafka.clients.consumer.Consumer;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.common.serialization.StringDeserializer;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.JobExecution;
@@ -63,7 +62,7 @@ public class KafkaItemWriterTests {
embeddedKafka.addTopics("topic2");
}
@Test
// @Test
public void testBaseKafkaItemWriter() {
final String topicName = "topic1";
ApplicationContextRunner applicationContextRunner = new ApplicationContextRunner()