parent
1157775074
commit
ce3a06292b
|
@ -121,7 +121,8 @@ public class ApiKeyIntegTests extends SecurityIntegTestCase {
|
|||
assertBusy(() -> assertFalse(apiKeyService.isExpirationInProgress()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47958")
|
||||
public void testCreateApiKey() {
|
||||
final Instant start = Instant.now();
|
||||
final RoleDescriptor descriptor = new RoleDescriptor("role", new String[] { "monitor" }, null, null);
|
||||
|
|
Loading…
Reference in New Issue