Skip to content

Commit

Permalink
Mute SecurityDocumentationIT.testDelegatePkiAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jul 18, 2023
1 parent a5433e3 commit 0c1c6ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3088,6 +3088,7 @@ public void onFailure(Exception e) {
}
}

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

0 comments on commit 0c1c6ff

Please sign in to comment.