We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5433e3 commit 0c1c6ffCopy full SHA for 0c1c6ff
client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
@@ -3088,6 +3088,7 @@ public void onFailure(Exception e) {
3088
}
3089
3090
3091
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
3092
public void testDelegatePkiAuthentication() throws Exception {
3093
final RestHighLevelClient client = highLevelClient();
3094
X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");
0 commit comments