parent
b8be6cb5c7
commit
273edea712
|
@ -333,6 +333,7 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
|
||||||
}, 30, TimeUnit.SECONDS);
|
}, 30, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408")
|
||||||
public void testExpiredApiKeysDeletedAfter1Week() throws Exception {
|
public void testExpiredApiKeysDeletedAfter1Week() throws Exception {
|
||||||
List<CreateApiKeyResponse> responses = createApiKeys(2, null);
|
List<CreateApiKeyResponse> responses = createApiKeys(2, null);
|
||||||
Instant created = Instant.now();
|
Instant created = Instant.now();
|
||||||
|
|
Loading…
Reference in New Issue