We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceea5b3 commit 5c7fd01Copy full SHA for 5c7fd01
qa/os/src/test/java/org/elasticsearch/packaging/test/DockerTests.java
@@ -453,6 +453,7 @@ public void test084SymlinkToFileWithInvalidPermissionsIsRejected() throws Except
453
* Check that environment variables are translated to -E options even for commands invoked under
454
* `docker exec`, where the Docker image's entrypoint is not executed.
455
*/
456
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67097")
457
public void test085EnvironmentVariablesAreRespectedUnderDockerExec() {
458
// This test relies on a CLI tool attempting to connect to Elasticsearch, and the
459
// tool in question is only in the default distribution.
0 commit comments