Skip to content

Commit 0bcf783

Browse files
Mute failing test case in DeleteExpiredDataIT (#62870)
Relates #62699
1 parent a014957 commit 0bcf783

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void testDeleteExpiredDataActionDeletesEmptyStateIndices() throws Excepti
137137
is(arrayContaining(".ml-state-000001", ".ml-state-000005", ".ml-state-000007")));
138138
}
139139

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

0 commit comments

Comments
 (0)