Rename DeploymentIntegrationTests

See gh-25446
This commit is contained in:
dreis2211 2021-02-26 12:06:49 +01:00 committed by Andy Wilkinson
parent 04e1ad614c
commit d55d8d6b19
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* Deployment integration tests.
*/
@DisabledIfDockerUnavailable
class DeploymentIntegrationTests {
class AbstractDeploymentIntegrationTests {
@ParameterizedTest
@MethodSource("deployedApplications")