Skip to content

Commit

Permalink
AwaitsFix for elastic#103308
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Dec 12, 2023
1 parent e784083 commit df19514
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ public void testAuthenticationFailureIfDelegatedAuthorizationFails() throws Exce
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103308")
public void testReloadClientSecret() throws Exception {
final String principal = SERVICE_SUBJECT.get();
final String username = getUsernameFromPrincipal(principal);
Expand Down

0 comments on commit df19514

Please sign in to comment.