Skip to content

Commit 53ebd27

Browse files
committed
Enable KafkaItemReaderTests
These tests were temporarily disabled, see 85a9cad. Now that spring-projects/spring-kafka#2342 is fixed, these tests are re-enabled again.
1 parent 5a69b6b commit 53ebd27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-batch-infrastructure/src/test/java/org/springframework/batch/item/kafka/KafkaItemReaderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.junit.Before;
3333
import org.junit.BeforeClass;
3434
import org.junit.ClassRule;
35-
import org.junit.Ignore;
3635
import org.junit.Test;
3736

3837
import org.springframework.batch.item.ExecutionContext;
@@ -55,7 +54,6 @@
5554
* @author Mathieu Ouellet
5655
* @author Mahmoud Ben Hassine
5756
*/
58-
@Ignore // FIXME https://github.com/spring-projects/spring-kafka/pull/2342
5957
public class KafkaItemReaderTests {
6058

6159
@ClassRule

0 commit comments

Comments
 (0)