Skip to content

Commit d51b19b

Browse files
Mute failing test case in DeleteExpiredDataIT (#62870) (#62871) (#62874)
Relates #62699
1 parent c0c62fd commit d51b19b

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

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void testDeleteExpiredDataNoThrottle() throws Exception {
100100
testExpiredDeletion(null, 10010);
101101
}
102102

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

0 commit comments

Comments
 (0)