Skip to content

Commit

Permalink
Mute DeleteExpiredDataIT.testDeleteExpiredData
Browse files Browse the repository at this point in the history
Due to #39575
  • Loading branch information
droberts195 committed Mar 3, 2019
1 parent 9f130a5 commit fcd72ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void testDeleteExpiredDataGivenNothingToDelete() throws Exception {
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39575")
public void testDeleteExpiredData() throws Exception {
// Index some unused state documents (more than 10K to test scrolling works)
BulkRequestBuilder bulkRequestBuilder = client().prepareBulk();
Expand Down

0 comments on commit fcd72ec

Please sign in to comment.