Skip to content

Commit 0ee1fec

Browse files
committed
Revert "Mute TokenAuthIntegTests.testExpiredTokensDeletedAfterExpiration (#39690)"
This reverts commit 2c10c93.
1 parent 2891be0 commit 0ee1fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public void testTokenServiceCanRotateKeys() throws Exception {
132132
}
133133

134134
@TestLogging("org.elasticsearch.xpack.security.authc:DEBUG")
135-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39581")
136135
public void testExpiredTokensDeletedAfterExpiration() throws Exception {
137136
final Client client = client().filterWithHeader(Collections.singletonMap("Authorization",
138137
UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,

0 commit comments

Comments
 (0)