Remove redundant docker-compose import

This commit is contained in:
Viacheslav Klimov 2025-05-28 17:58:22 +03:00 committed by GitHub
parent 12ed12c1fa
commit ca132a5590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,6 @@ public class ContainerTestSuite {
new File(targetDir + (IS_HYBRID_MODE ? "docker-compose.hybrid-test-extras.yml" : "docker-compose.postgres-test-extras.yml")),
new File(targetDir + "docker-compose.postgres.volumes.yml"),
new File(targetDir + "docker-compose.kafka.yml"),
new File(targetDir + "docker-compose." + QUEUE_TYPE + ".yml"),
new File(targetDir + resolveValkeyComposeFile()),
new File(targetDir + resolveValkeyComposeVolumesFile()),
new File(targetDir + ("docker-selenium.yml"))