Skip to content

Commit

Permalink
add exclusions to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkorynta committed Dec 20, 2024
1 parent a0d516d commit f153ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opendcs-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ task downloadAndUnzipInstaller {
test {
useJUnitPlatform {
excludeTags "integration"
excludeTags "integration-opentsdb-only"
excludeTags "integration-cwms-only"
}
}

Expand Down

0 comments on commit f153ef4

Please sign in to comment.