Skip to content

Commit 6091dc2

Browse files
authored
[Test] Unmute testRefreshingMultipleTimesWithinWindowSucceeds (#64282)
The recent failure should be fixed by #64178. Unmuting to ensure things work as expected. Resolves: #55816
1 parent 6a51e96 commit 6091dc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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
@@ -549,7 +549,6 @@ public void testRefreshingMultipleTimesFails() throws Exception {
549549
assertEquals("token has already been refreshed more than 30 seconds in the past", e.getHeader("error_description").get(0));
550550
}
551551

552-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55816")
553552
public void testRefreshingMultipleTimesWithinWindowSucceeds() throws Exception {
554553
final Clock clock = Clock.systemUTC();
555554
Client client = client().filterWithHeader(Collections.singletonMap("Authorization",

0 commit comments

Comments
 (0)