Skip to content

Commit 8fdf94c

Browse files
committed
Temporarily disable test
See gh-46447
1 parent 19d5f25 commit 8fdf94c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module/spring-boot-batch/src/test/java/org/springframework/boot/batch/autoconfigure/JobLauncherApplicationRunnerTests.java

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

2222
import javax.sql.DataSource;
2323

24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.Test;
2526

2627
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
@@ -82,6 +83,7 @@ void basicExecution() {
8283
}
8384

8485
@Test
86+
@Disabled
8587
void incrementExistingExecution() {
8688
this.contextRunner.run((context) -> {
8789
JobLauncherApplicationRunnerContext jobLauncherContext = new JobLauncherApplicationRunnerContext(context);

0 commit comments

Comments
 (0)