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 1632587421..7ff177f996 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java @@ -447,7 +447,6 @@ public void testOpenAITextEmbeddingModel() throws IOException, InterruptedExcept assertFalse(((List) responseMap.get("embedding")).isEmpty()); } - @Ignore public void testCohereGenerateTextModel() throws IOException, InterruptedException { // Skip test if key is null