Fix black-box tests

This commit is contained in:
Igor Kulikov 2020-05-21 17:14:59 +03:00
parent dcd00e587a
commit a70a4b724b

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)