Skip to content

Commit

Permalink
Mute DockerTests.test085EnvironmentVariablesAreRespectedUnderDockerEx…
Browse files Browse the repository at this point in the history
…ec (#67101)

Relates #67097
  • Loading branch information
tlrx authored Jan 6, 2021
1 parent ceea5b3 commit 5c7fd01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ public void test084SymlinkToFileWithInvalidPermissionsIsRejected() throws Except
* 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.
Expand Down

0 comments on commit 5c7fd01

Please sign in to comment.