Skip to content

Commit

Permalink
Mute testExpiredApiKeysDeletedAfter1Week
Browse files Browse the repository at this point in the history
Tracked: elastic#38408
  • Loading branch information
dnhatn authored and tvernum committed Feb 11, 2019
1 parent 97b64ee commit 238c11a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception {
}, 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();
Expand Down

0 comments on commit 238c11a

Please sign in to comment.