Skip to content

Commit

Permalink
mute test SSLReloadDuringStartupIntegTests.testReloadDuringStartup (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored and DaveCTurner committed Sep 15, 2021
1 parent 54e1d24 commit 3034f8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ protected boolean transportSSLEnabled() {
return true;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77490")
public void testReloadDuringStartup() throws Exception {
final String node = randomFrom(internalCluster().getNodeNames());
final Environment env = internalCluster().getInstance(Environment.class, node);
Expand Down

0 comments on commit 3034f8d

Please sign in to comment.