Skip to content

Commit d90d673

Browse files
committed
Mute KeystoreManagementTests.test42KeystorePasswordOnTtyRunningInForeground
1 parent 2e83914 commit d90d673

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/KeystoreManagementTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public void test41WrongKeystorePasswordOnStandardInput() throws Exception {
167167
/**
168168
* This test simulates a user starting Elasticsearch on the command line without daemonizing
169169
*/
170+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/84204")
170171
public void test42KeystorePasswordOnTtyRunningInForeground() throws Exception {
171172
/* Windows issue awaits fix: https://github.com/elastic/elasticsearch/issues/49340 */
172173
assumeTrue("expect command isn't on Windows", distribution.platform != Distribution.Platform.WINDOWS);

0 commit comments

Comments
 (0)