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 2e83914 commit d90d673Copy full SHA for d90d673
qa/os/src/test/java/org/elasticsearch/packaging/test/KeystoreManagementTests.java
@@ -167,6 +167,7 @@ public void test41WrongKeystorePasswordOnStandardInput() throws Exception {
167
/**
168
* This test simulates a user starting Elasticsearch on the command line without daemonizing
169
*/
170
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84204")
171
public void test42KeystorePasswordOnTtyRunningInForeground() throws Exception {
172
/* Windows issue awaits fix: https://github.com/elastic/elasticsearch/issues/49340 */
173
assumeTrue("expect command isn't on Windows", distribution.platform != Distribution.Platform.WINDOWS);
0 commit comments