Skip to content

Commit 5c7fd01

Browse files
authored
Mute DockerTests.test085EnvironmentVariablesAreRespectedUnderDockerExec (#67101)
Relates #67097
1 parent ceea5b3 commit 5c7fd01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/os/src/test/java/org/elasticsearch/packaging/test/DockerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ public void test084SymlinkToFileWithInvalidPermissionsIsRejected() throws Except
453453
* Check that environment variables are translated to -E options even for commands invoked under
454454
* `docker exec`, where the Docker image's entrypoint is not executed.
455455
*/
456+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67097")
456457
public void test085EnvironmentVariablesAreRespectedUnderDockerExec() {
457458
// This test relies on a CLI tool attempting to connect to Elasticsearch, and the
458459
// tool in question is only in the default distribution.

0 commit comments

Comments
 (0)