[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
This commit is contained in:
parent
ec8709e831
commit
6cc35d3724
|
@ -915,7 +915,6 @@ public class MachineLearningIT extends ESRestHighLevelClientTestCase {
|
||||||
return forecastJobResponse.getForecastId();
|
return forecastJobResponse.getForecastId();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41070")
|
|
||||||
public void testDeleteExpiredData() throws Exception {
|
public void testDeleteExpiredData() throws Exception {
|
||||||
|
|
||||||
String jobId = "test-delete-expired-data";
|
String jobId = "test-delete-expired-data";
|
||||||
|
|
Loading…
Reference in New Issue