Skip to content

Commit 4fb156a

Browse files
author
David Roberts
authored
[ML] Unmute MachineLearningIT.testDeleteExpiredData (#41186)
The cause of failure was fixed by elastic/ml-cpp#459, so all that remains on the Java side is to unmute the test that was failing. Closes #41070
1 parent 6f176ee commit 4fb156a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/MachineLearningIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ private String createExpiredData(String jobId) throws Exception {
915915
return forecastJobResponse.getForecastId();
916916
}
917917

918-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41070")
919918
public void testDeleteExpiredData() throws Exception {
920919

921920
String jobId = "test-delete-expired-data";

0 commit comments

Comments
 (0)