From d55d8d6b19867838f902457a0a43b473257b0818 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 26 Feb 2021 12:06:49 +0100 Subject: [PATCH] Rename DeploymentIntegrationTests See gh-25446 --- ...rationTests.java => AbstractDeploymentIntegrationTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/{DeploymentIntegrationTests.java => AbstractDeploymentIntegrationTests.java} (99%) diff --git a/spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/DeploymentIntegrationTests.java b/spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/AbstractDeploymentIntegrationTests.java similarity index 99% rename from spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/DeploymentIntegrationTests.java rename to spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/AbstractDeploymentIntegrationTests.java index d363e3ee71..e48150c616 100644 --- a/spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/DeploymentIntegrationTests.java +++ b/spring-boot-tests/spring-boot-deployment-tests/src/intTest/java/sample/AbstractDeploymentIntegrationTests.java @@ -44,7 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat; * Deployment integration tests. */ @DisabledIfDockerUnavailable -class DeploymentIntegrationTests { +class AbstractDeploymentIntegrationTests { @ParameterizedTest @MethodSource("deployedApplications")