Skip to content

Commit

Permalink
AwaitsFix for elastic#77621
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Sep 15, 2021
1 parent aa50253 commit 170e4a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void test40NoAutogenerationWhenDaemonized() throws Exception {
assertThat(logfile, not(containsString("Password for the elastic user is")));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77621")
public void test50VerifyAutogeneratedCredentials() throws Exception {
/* Windows issue awaits fix: https://github.com/elastic/elasticsearch/issues/49340 */
assumeTrue("expect command isn't on Windows", distribution.platform != Distribution.Platform.WINDOWS);
Expand Down

0 comments on commit 170e4a9

Please sign in to comment.