Skip to content

Commit

Permalink
int test: exclude most tests to shorter cycle while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronyam committed Mar 9, 2024
1 parent 0a45d45 commit e611b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ allprojects {
}
reports.html.required = !isRunInCI
// exclude '**/TestMeGenerator*' //temp exclude. for shortening build time when testing build changes
// include '**/utils/TestSubjectResolverUtilsTest.class' //temp exclude
include '**/utils/TestSubjectResolverUtilsTest.class' //temp exclude
jacoco {
includeNoLocationClasses = true
excludes = ["jdk.internal.*"]
Expand Down

0 comments on commit e611b39

Please sign in to comment.