Skip to content

Commit

Permalink
Make it possible to start int tests manually per gradle from IDE #3829
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Jan 27, 2025
1 parent 09c52b2 commit 8b83d75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/build-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ subprojects{
}

test {
filter {
excludeTestsMatching "*ManualTest"
excludeTestsMatching "*IntTest"
}

/* Per default GRADLE stops the build if one single test fails. We want to have all tests executed. */
ignoreFailures = true
Expand Down

0 comments on commit 8b83d75

Please sign in to comment.