mute test SSLReloadDuringStartupIntegTests.testReloadDuringStartup (#55525)

This commit is contained in:
Ignacio Vera 2020-04-21 14:13:13 +02:00 committed by GitHub
parent 0b3bdfcc3e
commit e4c65b4388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class SSLReloadDuringStartupIntegTests extends SecurityIntegTestCase {
return true;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55524")
public void testReloadDuringStartup() throws Exception {
final String node = randomFrom(internalCluster().getNodeNames());
final Environment env = internalCluster().getInstance(Environment.class, node);