Skip to content

Commit

Permalink
AwaitsFix for #109894 and #109895
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Jun 18, 2024
1 parent 44f5968 commit 29dfa2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void configureApplicationPrivileges() {
assertEquals(6, putPrivilegesResponse.created().values().stream().mapToInt(List::size).sum());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109894")
public void testGetPrivilegesUsesCache() {
final Client client = client();

Expand Down Expand Up @@ -204,6 +205,7 @@ public void testPopulationOfCacheWhenLoadingPrivilegesForAllApplications() {
assertEquals(1, new GetPrivilegesRequestBuilder(client).application("app-1").privileges("write").get().privileges().length);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/109895")
public void testSuffixWildcard() {
final Client client = client();

Expand Down

0 comments on commit 29dfa2e

Please sign in to comment.