mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 17:34:13 +02:00
gradle, not execute flaky tests by default
This commit is contained in:
@@ -63,7 +63,7 @@ tasks.withType<JavaCompile> {
|
||||
tasks.test {
|
||||
useJUnitPlatform {
|
||||
// gradle-6.5.1 not yet allows passing this as parameter, so exclude it
|
||||
excludeTags("slow")
|
||||
excludeTags("flaky","slow")
|
||||
includeEngines("junit-jupiter")
|
||||
includeEngines("junit-vintage")
|
||||
}
|
||||
|
Reference in New Issue
Block a user