Skip to content

Commit

Permalink
Mute DeleteExpiredDataIT deleteExpired NoThrottle (#63380)
Browse files Browse the repository at this point in the history
Mutes test method DeleteExpiredDataIT.testDeleteExpiredDataNoThrottle

Relates: #63379
  • Loading branch information
tvernum authored Oct 7, 2020
1 parent f43e52d commit 431cbde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void testDeleteExpiredData_GivenNothingToDelete() throws Exception {
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63379")
public void testDeleteExpiredDataNoThrottle() throws Exception {
testExpiredDeletion(null, 10010);
}
Expand Down

0 comments on commit 431cbde

Please sign in to comment.