Browse Source

Mute simulate tests in InferenceIngestIT

Due to https://github.com/elastic/elasticsearch/issues/51201
David Roberts 5 years ago
parent
commit
d64e115dce

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

@@ -138,6 +138,7 @@ public class InferenceIngestIT extends MlNativeAutodetectIntegTestCase {
 
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51201")
     public void testSimulate() {
         String source = "{\n" +
             "  \"pipeline\": {\n" +
@@ -224,6 +225,7 @@ public class InferenceIngestIT extends MlNativeAutodetectIntegTestCase {
             containsString("Could not find trained model [test_classification_missing]"));
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51201")
     public void testSimulateLangIdent() {
         String source = "{\n" +
             "  \"pipeline\": {\n" +