0

I am trying to run the integration test with localstack container in pipeline. It runs fine locally but it is ignored in pipeline (Concourse). If I run the test without docker desktop, it is again ignored when I use mvn clean test command.

@Container
private static final LocalStackContainer localstack = new LocalStackContainer(DockerImageName.parse("localstack/localstack:0.13.0")).withServices(LocalStackContainer.Service.SQS

I tried creating a docker image from "localstack/localstack:0.13.0" but it is still ignoring the test. I was expecting it to run the test since if I run "localstack/localstack:0.13.0" but it is still ignoring the test.

0 Answers0