Skip to content

Commit c292d7b

Browse files
Mute TokenAuthIntegTests testRefreshingMultipleTimesWithinWindowSucceeds (#104991) (#105510)
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent 49fda11 commit c292d7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/TokenAuthIntegTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ public void testRefreshingMultipleTimesFails() throws Exception {
593593
assertThat(e, throwableWithMessage(containsString("token has already been refreshed more than 30 seconds in the past")));
594594
}
595595

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

0 commit comments

Comments
 (0)