Skip to content

Commit f610390

Browse files
committed
Temporarily disable GracefulShutdownFunctionalTests
Issue #5308
1 parent ec7c967 commit f610390

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spring-batch-samples/src/test/java/org/springframework/batch/samples/restart/stop/GracefulShutdownFunctionalTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
import org.apache.commons.logging.Log;
2424
import org.apache.commons.logging.LogFactory;
25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.Test;
2627
import org.junit.jupiter.api.extension.ExtendWith;
2728

@@ -62,6 +63,7 @@
6263
* @author Mahmoud Ben Hassine
6364
*
6465
*/
66+
@Disabled("Fails intermittently") // https://github.com/spring-projects/spring-batch/issues/5308
6567
@ExtendWith(SpringExtension.class)
6668
class GracefulShutdownFunctionalTests {
6769

0 commit comments

Comments
 (0)