Temporarily disable docker-compose test fixtures

This commit is contained in:
Mark Vieira 2020-06-30 22:08:32 -07:00
parent 9e49af03b7
commit 119462dc85
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 2 additions and 1 deletions

View File

@ -336,7 +336,8 @@ public abstract class DockerSupportService implements BuildService<DockerSupport
Result lastCommand
) {
this.isAvailable = isAvailable;
this.isComposeAvailable = isComposeAvailable;
// TODO: This is temporary, and should be removed when https://github.com/elastic/elasticsearch/issues/58795 is resolved
this.isComposeAvailable = false; //isComposeAvailable;
this.isVersionHighEnough = isVersionHighEnough;
this.path = path;
this.version = version;