Skip to content

Commit fa3b964

Browse files
Skip two additional tests with time-outs.
Signed-off-by: Austin Lee <austin@aryn.ai>
1 parent b923d00 commit fa3b964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,7 @@ public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception {
831831
assertNotNull(answer);
832832
}
833833

834+
@Ignore
834835
public void testBM25WithBedrockConverseUsingLlmMessagesForDocumentChat() throws Exception {
835836
// Skip test if key is null
836837
if (AWS_ACCESS_KEY_ID == null) {
@@ -947,6 +948,7 @@ public void testBM25WithOpenAIWithConversation() throws Exception {
947948
assertNotNull(interactionId);
948949
}
949950

951+
@Ignore
950952
public void testBM25WithOpenAIWithConversationAndImage() throws Exception {
951953
// Skip test if key is null
952954
if (OPENAI_KEY == null) {

0 commit comments

Comments
 (0)