File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-batch-infrastructure/src/test/java/org/springframework/batch/item/kafka Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2019-2021 the original author or authors.
2
+ * Copyright 2019-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
32
32
import org .junit .Before ;
33
33
import org .junit .BeforeClass ;
34
34
import org .junit .ClassRule ;
35
+ import org .junit .Ignore ;
35
36
import org .junit .Test ;
36
37
37
38
import org .springframework .batch .item .ExecutionContext ;
54
55
* @author Mathieu Ouellet
55
56
* @author Mahmoud Ben Hassine
56
57
*/
58
+ @ Ignore // FIXME https://github.com/spring-projects/spring-kafka/pull/2342
57
59
public class KafkaItemReaderTests {
58
60
59
61
@ ClassRule
You can’t perform that action at this time.
0 commit comments