Skip to content

Commit 3034f8d

Browse files
jrodewigDaveCTurner
authored andcommitted
mute test SSLReloadDuringStartupIntegTests.testReloadDuringStartup (#77518)
1 parent 54e1d24 commit 3034f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/ssl/SSLReloadDuringStartupIntegTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected boolean transportSSLEnabled() {
6464
return true;
6565
}
6666

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

0 commit comments

Comments
 (0)