Fix black-box tests

This commit is contained in:
Andrii Shvaika 2020-05-25 19:21:46 +03:00
parent bda1e7c4bf
commit 28f1993a7c

View File

@ -46,7 +46,8 @@ public class ContainerTestSuite {
testContainer = new DockerComposeContainer(
new File("./../../docker/docker-compose.yml"),
new File("./../../docker/docker-compose.postgres.yml"),
new File("./../../docker/docker-compose.postgres.volumes.yml"))
new File("./../../docker/docker-compose.postgres.volumes.yml"),
new File("./../../docker/docker-compose.kafka.yml"))
.withPull(false)
.withLocalCompose(true)
.withTailChildContainers(!skipTailChildContainers)