Skip to content

Commit 81d620b

Browse files
authored
Mute ClassificationIT.testTooLowConfiguredMemoryStillStarts (#61914)
Relates #61913
1 parent bbf62ec commit 81d620b

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/ClassificationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ public void testUpdateAnalytics() throws Exception {
779779
assertThat(getOnlyElement(getAnalytics(jobId)).getDescription(), is(equalTo("updated-description-2")));
780780
}
781781

782+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61913")
782783
public void testTooLowConfiguredMemoryStillStarts() throws Exception {
783784
initialize("low_memory_analysis");
784785
indexData(sourceIndex, 10_000, 0, NESTED_FIELD);

0 commit comments

Comments
 (0)