Skip to content

Commit 0c1c6ff

Browse files
committed
Mute SecurityDocumentationIT.testDelegatePkiAuthentication
1 parent a5433e3 commit 0c1c6ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,6 +3088,7 @@ public void onFailure(Exception e) {
30883088
}
30893089
}
30903090

3091+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97756")
30913092
public void testDelegatePkiAuthentication() throws Exception {
30923093
final RestHighLevelClient client = highLevelClient();
30933094
X509Certificate clientCertificate = readCertForPkiDelegation("testClient.crt");

0 commit comments

Comments
 (0)