Skip to content

Commit 982ccc1

Browse files
committed
Disable randomly failing/hanging test
1 parent b4835ef commit 982ccc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/test/step/FaultTolerantStepFactoryBeanIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import org.apache.commons.logging.Log;
2323
import org.apache.commons.logging.LogFactory;
2424
import org.junit.jupiter.api.BeforeEach;
25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.Test;
2627
import org.junit.jupiter.api.Timeout;
2728

@@ -53,6 +54,7 @@
5354
* Tests for {@link FaultTolerantStepFactoryBean}.
5455
*/
5556
@SpringJUnitConfig(locations = "/simple-job-launcher-context.xml")
57+
@Disabled("Randomly failing/hanging") // FIXME This test is randomly failing/hanging
5658
class FaultTolerantStepFactoryBeanIntegrationTests {
5759

5860
private static final int MAX_COUNT = 1000;

0 commit comments

Comments
 (0)