Mute testTooLowConfiguredMemoryStillStarts (#61705)

Related to #61704
This commit is contained in:
Henning Andersen 2020-08-31 11:18:22 +02:00 committed by Henning Andersen
parent d1c196a1b2
commit 4c9fe31da8
1 changed files with 1 additions and 0 deletions

View File

@ -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);