Skip to content

Commit 6726a3a

Browse files
Remove ignore decorator for testCohereClassifyModel (#3324) (#3330)
Signed-off-by: b4sjoo <sicheng.song@outlook.com> (cherry picked from commit b5dd5a1) Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
1 parent dad625b commit 6726a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@ public void testCohereGenerateTextModel() throws IOException, InterruptedExcepti
740740
assertFalse(((String) responseMap.get("text")).isEmpty());
741741
}
742742

743-
@Ignore
744743
public void testCohereClassifyModel() throws IOException, InterruptedException {
745744
// Skip test if key is null
746745
if (COHERE_KEY == null) {

0 commit comments

Comments
 (0)