Mute DeleteExpiredDataIT.testDeleteExpiredData

Due to https://github.com/elastic/elasticsearch/issues/39575
This commit is contained in:
David Roberts 2019-03-03 18:33:27 +00:00
parent f5fb93afdf
commit 085ff38122

View File

@ -91,6 +91,7 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
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();