From b5dd5a1b8fd7dbb92b118b6aaf40ccd214de405b Mon Sep 17 00:00:00 2001 From: Sicheng Song Date: Fri, 3 Jan 2025 13:20:47 -0800 Subject: [PATCH] Remove ignore decorator for testCohereClassifyModel (#3324) Signed-off-by: b4sjoo --- .../java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java index 09e7a0c804..b1ebfb5e5a 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java @@ -740,7 +740,6 @@ public void testCohereGenerateTextModel() throws IOException, InterruptedExcepti assertFalse(((String) responseMap.get("text")).isEmpty()); } - @Ignore public void testCohereClassifyModel() throws IOException, InterruptedException { // Skip test if key is null if (COHERE_KEY == null) {