Mute SecurityDocumentationIT.testDelegatePkiAuthentication

This commit is contained in:
Mark Vieira 2023-07-18 10:34:48 -07:00
parent a5433e375d
commit 0c1c6ffec8
No known key found for this signature in database
GPG key ID: 9F12FCE90D9350AB

View file

@ -3088,6 +3088,7 @@ public class SecurityDocumentationIT extends ESRestHighLevelClientTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
public void testDelegatePkiAuthentication() throws Exception {
final RestHighLevelClient client = highLevelClient();
X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");