Skip to content

Commit b5dd5a1

Browse files
authored
Remove ignore decorator for testCohereClassifyModel (opensearch-project#3324)
Signed-off-by: b4sjoo <[email protected]>
1 parent 9d04e56 commit b5dd5a1

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

Lines changed: 0 additions & 1 deletion
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)