diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java index 982ce40efc..a3218130da 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java @@ -34,6 +34,7 @@ import org.apache.hc.core5.http.io.entity.EntityUtils; import org.apache.hc.core5.http.message.BasicHeader; import org.junit.Before; +import org.junit.Ignore; import org.opensearch.client.Response; import org.opensearch.core.rest.RestStatus; import org.opensearch.ml.common.MLTaskState; @@ -576,6 +577,7 @@ public void testBM25WithOpenAI() throws Exception { assertNotNull(answer); } + @Ignore public void testBM25WithOpenAIWithImage() throws Exception { // Skip test if key is null if (OPENAI_KEY == null) { @@ -715,6 +717,7 @@ public void testBM25WithBedrock() throws Exception { assertNotNull(answer); } + @Ignore public void testBM25WithBedrockConverse() throws Exception { // Skip test if key is null if (AWS_ACCESS_KEY_ID == null) { @@ -767,6 +770,7 @@ public void testBM25WithBedrockConverse() throws Exception { assertNotNull(answer); } + @Ignore public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception { // Skip test if key is null if (AWS_ACCESS_KEY_ID == null) {