Skip to content

Commit

Permalink
Mute testExpiredApiKeysDeletedAfter1Week in 6.7 (#38528)
Browse files Browse the repository at this point in the history
Tracked #38408
  • Loading branch information
dnhatn authored Feb 6, 2019
1 parent 2a0ecb9 commit 5b6da65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,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 5b6da65

Please sign in to comment.