Polish
See gh-25617
This commit is contained in:
@@ -25,7 +25,7 @@ import org.testcontainers.junit.jupiter.Testcontainers;
|
||||
* @author Christoph Dreis
|
||||
*/
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
public class TomEEDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
class TomEEDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
|
||||
@Container
|
||||
static WarDeploymentContainer container = new WarDeploymentContainer("tomee:8-jre-8.0.2-webprofile",
|
||||
|
||||
@@ -25,7 +25,7 @@ import org.testcontainers.junit.jupiter.Testcontainers;
|
||||
* @author Christoph Dreis
|
||||
*/
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
public class TomcatDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
class TomcatDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
|
||||
@Container
|
||||
static WarDeploymentContainer container = new WarDeploymentContainer("tomcat:9.0.37-jdk8-openjdk",
|
||||
|
||||
@@ -25,7 +25,7 @@ import org.testcontainers.junit.jupiter.Testcontainers;
|
||||
* @author Christoph Dreis
|
||||
*/
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
public class WildflyDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
class WildflyDeploymentIntegrationTests extends AbstractDeploymentIntegrationTests {
|
||||
|
||||
@Container
|
||||
static WarDeploymentContainer container = new WarDeploymentContainer("jboss/wildfly:20.0.1.Final",
|
||||
|
||||
Reference in New Issue
Block a user