Skip to content

Commit

Permalink
ADD: exlcude slow tests from test task
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 19, 2019
1 parent 4cd5dcf commit c19f341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ dependencies {
}

test {
useJUnitPlatform()
useJUnitPlatform {
excludeTags 'slow'
}
}

apply plugin: 'java'
Expand Down

0 comments on commit c19f341

Please sign in to comment.