Mute InferenceIngestIT.testPipelineIngest

This commit is contained in:
Mark Vieira 2020-04-13 12:52:42 -07:00 committed by Alan Woodward
parent e8fa539bea
commit cb58725164
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class InferenceIngestIT extends ESRestTestCase {
assertThat(EntityUtils.toString(searchResponse.getEntity()), containsString("\"value\":10"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54786")
public void testPipelineIngest() throws Exception {
client().performRequest(putPipeline("simple_classification_pipeline", CLASSIFICATION_PIPELINE));