Skip to content

Commit

Permalink
Mute TokenAuthIntegTests testRefreshingMultipleTimesWithinWindowSucce…
Browse files Browse the repository at this point in the history
…eds (#104991) (#105510)

Co-authored-by: Dianna Hohensee <[email protected]>
  • Loading branch information
kingherc and DiannaHohensee authored Feb 14, 2024
1 parent 49fda11 commit c292d7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ public void testRefreshingMultipleTimesFails() throws Exception {
assertThat(e, throwableWithMessage(containsString("token has already been refreshed more than 30 seconds in the past")));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/85697")
public void testRefreshingMultipleTimesWithinWindowSucceeds() throws Exception {
final Clock clock = Clock.systemUTC();
final List<String> tokens = Collections.synchronizedList(new ArrayList<>());
Expand Down

0 comments on commit c292d7b

Please sign in to comment.