Skip to content

Commit

Permalink
AwaitsFix for #109871
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Jun 18, 2024
1 parent 86b80b6 commit eaac13c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void testAuthenticateWithCodeFlowAndClientPost() throws Exception {
verifyElasticsearchAccessTokenForCodeFlow(tokens.v1());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109871")
public void testAuthenticateWithCodeFlowAndClientJwtPost() throws Exception {
final PrepareAuthResponse prepareAuthResponse = getRedirectedFromFacilitator(REALM_NAME_CLIENT_JWT_AUTH);
final String redirectUri = authenticateAtOP(prepareAuthResponse.getAuthUri());
Expand Down

0 comments on commit eaac13c

Please sign in to comment.