Mute testExpiredApiKeysDeletedAfter1Week (#38683)

Tracked: #38408
This commit is contained in:
Tim Vernum 2019-02-11 16:50:10 +11:00 committed by GitHub
parent b8be6cb5c7
commit 273edea712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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