We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7609e89 commit 3fd5c8cCopy full SHA for 3fd5c8c
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/TokenAuthIntegTests.java
@@ -132,7 +132,6 @@ 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