Temporarily disable test

See gh-46447
This commit is contained in:
Stéphane Nicoll
2025-07-17 12:46:07 +02:00
parent 19d5f2525f
commit 8fdf94c2c9
@@ -21,6 +21,7 @@ import java.util.List;
import javax.sql.DataSource;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
@@ -82,6 +83,7 @@ class JobLauncherApplicationRunnerTests {
}
@Test
@Disabled
void incrementExistingExecution() {
this.contextRunner.run((context) -> {
JobLauncherApplicationRunnerContext jobLauncherContext = new JobLauncherApplicationRunnerContext(context);