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