mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Mute SecurityDocumentationIT.testDelegatePkiAuthentication
This commit is contained in:
parent
a5433e375d
commit
0c1c6ffec8
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue