Enable KafkaItemReaderTests

These tests were temporarily disabled, see 85a9cad.
Now that https://github.com/spring-projects/spring-kafka/pull/2342
is fixed, these tests are re-enabled again.
This commit is contained in:
Mahmoud Ben Hassine
2022-07-13 19:31:04 +02:00
parent 5a69b6b28b
commit 53ebd27a5e

View File

@@ -32,7 +32,6 @@ 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;
@@ -55,7 +54,6 @@ 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