From 1985c29c1a8850889e5d3f2deec91e1b3084ad86 Mon Sep 17 00:00:00 2001 From: b4sjoo Date: Thu, 2 Jan 2025 05:46:29 +0000 Subject: [PATCH] Test flaky Signed-off-by: b4sjoo --- .../java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 271a737f8a..309467f5c3 100644 --- a/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java +++ b/plugin/src/test/java/org/opensearch/ml/rest/RestMLRemoteInferenceIT.java @@ -739,8 +739,7 @@ public void testCohereGenerateTextModel() throws IOException, InterruptedExcepti responseMap = (Map) responseList.get(0); assertFalse(((String) responseMap.get("text")).isEmpty()); } - - @Ignore + public void testCohereClassifyModel() throws IOException, InterruptedException { // Skip test if key is null if (COHERE_KEY == null) {