Skip to content

Commit 75705d6

Browse files
Mute TokenAuthIntegTests.testExpiredTokensDeletedAfterExpiration (#39690)
Relates #39581
1 parent a824566 commit 75705d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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,6 +132,7 @@ 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")
135136
public void testExpiredTokensDeletedAfterExpiration() throws Exception {
136137
final Client client = client().filterWithHeader(Collections.singletonMap("Authorization",
137138
UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,

0 commit comments

Comments
 (0)