From 0fc95ef386fe81fcae7a40e8b54ffdef239b0da9 Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Sun, 4 Aug 2024 21:30:39 +0000 Subject: [PATCH] update fix Signed-off-by: Subhobrata Dey --- sample-remote-monitor-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-remote-monitor-plugin/build.gradle b/sample-remote-monitor-plugin/build.gradle index 03493b915..364a1bf0c 100644 --- a/sample-remote-monitor-plugin/build.gradle +++ b/sample-remote-monitor-plugin/build.gradle @@ -72,7 +72,7 @@ task integTest(type: RestIntegTestTask) { if (System.getProperty("https") == null || System.getProperty("https") == "false") { filter { - includeTestsMatching "org.opensearch.alerting.SampleRemoteMonitorIT" + excludeTestsMatching "org.opensearch.alerting.SampleRemoteMonitorIT" } } }