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 84483b2 commit 7906525
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,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 7906525

Please sign in to comment.