parent
d1c196a1b2
commit
4c9fe31da8
|
@ -780,6 +780,7 @@ public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {
|
|||
assertThat(getOnlyElement(getAnalytics(jobId)).getDescription(), is(equalTo("updated-description-2")));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61704")
|
||||
public void testTooLowConfiguredMemoryStillStarts() throws Exception {
|
||||
initialize("low_memory_analysis");
|
||||
indexData(sourceIndex, 10_000, 0, NESTED_FIELD);
|
||||
|
|
Loading…
Reference in New Issue