Skip to content

Commit 1985c29

Browse files
committed
Test flaky
Signed-off-by: b4sjoo <sicheng.song@outlook.com>
1 parent a18061c commit 1985c29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,7 @@ public void testCohereGenerateTextModel() throws IOException, InterruptedExcepti
739739
responseMap = (Map) responseList.get(0);
740740
assertFalse(((String) responseMap.get("text")).isEmpty());
741741
}
742-
743-
@Ignore
742+
744743
public void testCohereClassifyModel() throws IOException, InterruptedException {
745744
// Skip test if key is null
746745
if (COHERE_KEY == null) {

0 commit comments

Comments
 (0)