Skip to content

Commit

Permalink
Disabled non-security tests from executing during security-enabled CI…
Browse files Browse the repository at this point in the history
… workflows.

Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Aug 1, 2024
1 parent 45cfc77 commit 51ceb78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sample-remote-monitor-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ task integTest(type: RestIntegTestTask) {

if (System.getProperty("https") == null || System.getProperty("https") == "false") {
filter {
includeTestsMatching '**/*IT.class'
}
} else {
filter {
excludeTestsMatching "org.opensearch.alerting.SampleRemoteMonitorIT"
includeTestsMatching "org.opensearch.alerting.SampleRemoteMonitorIT"
}
}
}
Expand Down

0 comments on commit 51ceb78

Please sign in to comment.