From a5468d48c8094d9e67dda43f6224c5c746e3a5ce Mon Sep 17 00:00:00 2001 From: zane-neo Date: Mon, 3 Mar 2025 17:03:53 +0800 Subject: [PATCH] try again Signed-off-by: zane-neo --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 3114981f39..33246d891f 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -184,7 +184,7 @@ integTest { // Only rest case can run with remote cluster if (System.getProperty("tests.rest.cluster") != null) { filter { - includeTestsMatching "org.opensearch.ml.rest.*IT" + includeTestsMatching "org.opensearch.ml.rest.RestCohereInferenceIT" // mock LLM run in localhost, it will not reachable for docker or remote cluster excludeTestsMatching "org.opensearch.ml.tools.VisualizationsToolIT" }