Commit b923d00 1 parent 65f59d4 commit b923d00 Copy full SHA for b923d00
File tree 1 file changed +4
-0
lines changed
plugin/src/test/java/org/opensearch/ml/rest
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
38
import org .opensearch .client .Response ;
38
39
import org .opensearch .core .rest .RestStatus ;
39
40
import org .opensearch .ml .common .MLTaskState ;
@@ -576,6 +577,7 @@ public void testBM25WithOpenAI() throws Exception {
576
577
assertNotNull (answer );
577
578
}
578
579
580
+ @ Ignore
579
581
public void testBM25WithOpenAIWithImage () throws Exception {
580
582
// Skip test if key is null
581
583
if (OPENAI_KEY == null ) {
@@ -715,6 +717,7 @@ public void testBM25WithBedrock() throws Exception {
715
717
assertNotNull (answer );
716
718
}
717
719
720
+ @ Ignore
718
721
public void testBM25WithBedrockConverse () throws Exception {
719
722
// Skip test if key is null
720
723
if (AWS_ACCESS_KEY_ID == null ) {
@@ -767,6 +770,7 @@ public void testBM25WithBedrockConverse() throws Exception {
767
770
assertNotNull (answer );
768
771
}
769
772
773
+ @ Ignore
770
774
public void testBM25WithBedrockConverseUsingLlmMessages () throws Exception {
771
775
// Skip test if key is null
772
776
if (AWS_ACCESS_KEY_ID == null ) {
You can’t perform that action at this time.
0 commit comments