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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user