Skip to content

Commit ed980d3

Browse files
committed
Temporarily ignore tests failing randomly on CI
1 parent 933ce44 commit ed980d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-batch-core-tests/src/test/java/org/springframework/batch/core/test/ldif/LdifReaderTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import java.net.MalformedURLException;
2424

2525
import org.junit.Before;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import org.junit.runner.RunWith;
2829
import org.springframework.batch.core.ExitStatus;
@@ -41,6 +42,7 @@
4142

4243
@RunWith(SpringJUnit4ClassRunner.class)
4344
@ContextConfiguration(locations = { "/simple-job-launcher-context.xml", "/applicationContext-test1.xml"})
45+
@Ignore("Randomly failing on CI")
4446
public class LdifReaderTests {
4547

4648
private Resource expected;

0 commit comments

Comments
 (0)