Mute DockerTests.test085EnvironmentVariablesAreRespectedUnderDockerExec (#67101)

Relates #67097
This commit is contained in:
Tanguy Leroux 2021-01-06 14:55:32 +01:00 committed by GitHub
parent ceea5b313f
commit 5c7fd01b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ public class DockerTests extends PackagingTestCase {
* Check that environment variables are translated to -E options even for commands invoked under
* `docker exec`, where the Docker image's entrypoint is not executed.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67097")
public void test085EnvironmentVariablesAreRespectedUnderDockerExec() {
// This test relies on a CLI tool attempting to connect to Elasticsearch, and the
// tool in question is only in the default distribution.