We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a824566 commit 75705d6Copy full SHA for 75705d6
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/TokenAuthIntegTests.java
@@ -132,6 +132,7 @@ public void testTokenServiceCanRotateKeys() throws Exception {
132
}
133
134
@TestLogging("org.elasticsearch.xpack.security.authc:DEBUG")
135
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39581")
136
public void testExpiredTokensDeletedAfterExpiration() throws Exception {
137
final Client client = client().filterWithHeader(Collections.singletonMap("Authorization",
138
UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,
0 commit comments