Mute ClassificationIT.testTooLowConfiguredMemoryStillStarts (#61915)

Relates #61913
This commit is contained in:
Tanguy Leroux 2020-09-03 15:52:01 +02:00 committed by GitHub
parent acc9ef52db
commit c90ee32cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"))); assertThat(getOnlyElement(getAnalytics(jobId)).getDescription(), is(equalTo("updated-description-2")));
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61913")
public void testTooLowConfiguredMemoryStillStarts() throws Exception { public void testTooLowConfiguredMemoryStillStarts() throws Exception {
initialize("low_memory_analysis"); initialize("low_memory_analysis");
indexData(sourceIndex, 10_000, 0, NESTED_FIELD); indexData(sourceIndex, 10_000, 0, NESTED_FIELD);