Skip to content

Commit 085ff38

Browse files
committed
Mute DeleteExpiredDataIT.testDeleteExpiredData
Due to #39575
1 parent f5fb93a commit 085ff38

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/DeleteExpiredDataIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public void testDeleteExpiredDataGivenNothingToDelete() throws Exception {
9191
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
9292
}
9393

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

0 commit comments

Comments
 (0)