Mute testGetSslCertificates in FIPS (#40042)

This commit is contained in:
Ioannis Kakavas 2019-03-14 14:21:11 +02:00 committed by Ioannis Kakavas
parent 59201915db
commit 2512cf3ec8
1 changed files with 1 additions and 0 deletions

View File

@ -964,6 +964,7 @@ public class SecurityDocumentationIT extends ESRestHighLevelClientTestCase {
}
public void testGetSslCertificates() throws Exception {
assumeFalse("Awaits fix: https://github.com/elastic/elasticsearch/issues/40041", inFipsJvm());
RestHighLevelClient client = highLevelClient();
{
//tag::get-certificates-execute