We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a69b6b commit 53ebd27Copy full SHA for 53ebd27
spring-batch-infrastructure/src/test/java/org/springframework/batch/item/kafka/KafkaItemReaderTests.java
@@ -32,7 +32,6 @@
32
import org.junit.Before;
33
import org.junit.BeforeClass;
34
import org.junit.ClassRule;
35
-import org.junit.Ignore;
36
import org.junit.Test;
37
38
import org.springframework.batch.item.ExecutionContext;
@@ -55,7 +54,6 @@
55
54
* @author Mathieu Ouellet
56
* @author Mahmoud Ben Hassine
57
*/
58
-@Ignore // FIXME https://github.com/spring-projects/spring-kafka/pull/2342
59
public class KafkaItemReaderTests {
60
61
@ClassRule
0 commit comments