Skip to content

Commit

Permalink
Mute testTooLowConfiguredMemoryStillStarts (#61705)
Browse files Browse the repository at this point in the history
Related to #61704
  • Loading branch information
henningandersen committed Aug 31, 2020
1 parent d1c196a commit 4c9fe31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ public void testUpdateAnalytics() throws Exception {
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);
Expand Down

0 comments on commit 4c9fe31

Please sign in to comment.