Skip to content

Commit 5d7f694

Browse files
[ML] Mute InferenceIngestIT.testPipelineIngest (#54788)
Relates #54786
1 parent 43d4f35 commit 5d7f694

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void testPathologicalPipelineCreationAndDeletion() throws Exception {
9696
assertThat(EntityUtils.toString(searchResponse.getEntity()), containsString("\"value\":10"));
9797
}
9898

99-
99+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54786")
100100
public void testPipelineIngest() throws Exception {
101101

102102
client().performRequest(putPipeline("simple_classification_pipeline", CLASSIFICATION_PIPELINE));

0 commit comments

Comments
 (0)