Skip to content

Commit

Permalink
Mute offending flaky tests (elastic#78560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas authored Oct 1, 2021
1 parent 5725bb3 commit 84b5e35
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void test30NoAutogenerationWhenDaemonized() throws Exception {
assertThat(logfile, not(containsString("Enrollment token for kibana (valid for the next 30 minutes) :")));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77621")
public void test40VerifyAutogeneratedCredentials() 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 All @@ -96,6 +97,7 @@ public void test40VerifyAutogeneratedCredentials() throws Exception {
assertThat(response, containsString("You Know, for Search"));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77621")
public void test50CredentialAutogenerationOnlyOnce() 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 84b5e35

Please sign in to comment.