Skip to content

Commit

Permalink
Skip two additional tests with time-outs.
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lee <[email protected]>
  • Loading branch information
austintlee committed Sep 5, 2024
1 parent b923d00 commit fa3b964
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception {
assertNotNull(answer);
}

@Ignore
public void testBM25WithBedrockConverseUsingLlmMessagesForDocumentChat() throws Exception {
// Skip test if key is null
if (AWS_ACCESS_KEY_ID == null) {
Expand Down Expand Up @@ -947,6 +948,7 @@ public void testBM25WithOpenAIWithConversation() throws Exception {
assertNotNull(interactionId);
}

@Ignore
public void testBM25WithOpenAIWithConversationAndImage() throws Exception {
// Skip test if key is null
if (OPENAI_KEY == null) {
Expand Down

0 comments on commit fa3b964

Please sign in to comment.