Skip to content

Commit 448793a

Browse files
authored
[7.x] Mute DeleteExpiredDataIT (#64166) (#64168)
For #62699
1 parent 10e5902 commit 448793a

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ public void testDeleteExpiredData_GivenNothingToDelete() throws Exception {
9696
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
9797
}
9898

99+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
99100
public void testDeleteExpiredDataNoThrottle() throws Exception {
100101
testExpiredDeletion(null, 10010);
101102
}
102103

104+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
103105
public void testDeleteExpiredDataWithStandardThrottle() throws Exception {
104106
testExpiredDeletion(-1.0f, 100);
105107
}

0 commit comments

Comments
 (0)