Skip to content

Commit

Permalink
exclude ReportsSchedulePluginIT class
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <[email protected]>
  • Loading branch information
davidcui1225 committed Jul 10, 2021
1 parent 9164a33 commit 167dfbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ integTest {
if (System.getProperty("test.debug") != null) {
jvmArgs '-agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=8000'
}

if (System.getProperty("tests.clustername") != null) {
exclude 'org/opensearch/reportsscheduler/ReportsSchedulerPluginIT.class'
}
}

Zip bundle = (Zip) project.getTasks().getByName("bundlePlugin");
Expand Down

0 comments on commit 167dfbc

Please sign in to comment.