Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Aug 4, 2024
1 parent 0eb95e9 commit 0fc95ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-remote-monitor-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 0fc95ef

Please sign in to comment.