Skip to content

Commit 85a9cad

Browse files
committed
Temporarily disable KafkaItemReaderTests
These tests are failing due to an invalid pom in spring-kafka-test Related issue: spring-projects/spring-kafka#2342
1 parent 7c900a9 commit 85a9cad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2021 the original author or authors.
2+
* Copyright 2019-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,6 +32,7 @@
3232
import org.junit.Before;
3333
import org.junit.BeforeClass;
3434
import org.junit.ClassRule;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

3738
import org.springframework.batch.item.ExecutionContext;
@@ -54,6 +55,7 @@
5455
* @author Mathieu Ouellet
5556
* @author Mahmoud Ben Hassine
5657
*/
58+
@Ignore // FIXME https://github.com/spring-projects/spring-kafka/pull/2342
5759
public class KafkaItemReaderTests {
5860

5961
@ClassRule

0 commit comments

Comments
 (0)