Temporarily disable KafkaItemReaderTests

These tests are failing due to an invalid pom in
spring-kafka-test

Related issue: https://github.com/spring-projects/spring-kafka/pull/2342
This commit is contained in:
Mahmoud Ben Hassine
2022-07-13 04:29:21 +02:00
parent 7c900a9315
commit 85a9cad193

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2019-2021 the original author or authors.
* Copyright 2019-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@ import org.apache.kafka.common.serialization.StringDeserializer;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.batch.item.ExecutionContext;
@@ -54,6 +55,7 @@ import static org.junit.Assert.fail;
* @author Mathieu Ouellet
* @author Mahmoud Ben Hassine
*/
@Ignore // FIXME https://github.com/spring-projects/spring-kafka/pull/2342
public class KafkaItemReaderTests {
@ClassRule