|
34 | 34 | import org.apache.hc.core5.http.io.entity.EntityUtils;
|
35 | 35 | import org.apache.hc.core5.http.message.BasicHeader;
|
36 | 36 | import org.junit.Before;
|
37 |
| -import org.junit.Ignore; |
| 37 | +// import org.junit.Ignore; |
38 | 38 | import org.opensearch.client.Response;
|
39 | 39 | import org.opensearch.core.rest.RestStatus;
|
40 | 40 | import org.opensearch.ml.common.MLTaskState;
|
@@ -582,7 +582,6 @@ public void testBM25WithOpenAI() throws Exception {
|
582 | 582 | assertNotNull(answer);
|
583 | 583 | }
|
584 | 584 |
|
585 |
| - @Ignore |
586 | 585 | public void testBM25WithOpenAIWithImage() throws Exception {
|
587 | 586 | // Skip test if key is null
|
588 | 587 | if (OPENAI_KEY == null) {
|
@@ -722,7 +721,6 @@ public void testBM25WithBedrock() throws Exception {
|
722 | 721 | assertNotNull(answer);
|
723 | 722 | }
|
724 | 723 |
|
725 |
| - @Ignore |
726 | 724 | public void testBM25WithBedrockConverse() throws Exception {
|
727 | 725 | // Skip test if key is null
|
728 | 726 | if (AWS_ACCESS_KEY_ID == null) {
|
@@ -775,7 +773,6 @@ public void testBM25WithBedrockConverse() throws Exception {
|
775 | 773 | assertNotNull(answer);
|
776 | 774 | }
|
777 | 775 |
|
778 |
| - @Ignore |
779 | 776 | public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception {
|
780 | 777 | // Skip test if key is null
|
781 | 778 | if (AWS_ACCESS_KEY_ID == null) {
|
@@ -836,7 +833,6 @@ public void testBM25WithBedrockConverseUsingLlmMessages() throws Exception {
|
836 | 833 | assertNotNull(answer);
|
837 | 834 | }
|
838 | 835 |
|
839 |
| - @Ignore |
840 | 836 | public void testBM25WithBedrockConverseUsingLlmMessagesForDocumentChat() throws Exception {
|
841 | 837 | // Skip test if key is null
|
842 | 838 | if (AWS_ACCESS_KEY_ID == null) {
|
@@ -953,7 +949,6 @@ public void testBM25WithOpenAIWithConversation() throws Exception {
|
953 | 949 | assertNotNull(interactionId);
|
954 | 950 | }
|
955 | 951 |
|
956 |
| - @Ignore |
957 | 952 | public void testBM25WithOpenAIWithConversationAndImage() throws Exception {
|
958 | 953 | // Skip test if key is null
|
959 | 954 | if (OPENAI_KEY == null) {
|
|
0 commit comments