1
0
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:
soloturn
2020-11-21 11:08:59 +01:00
parent 8f17f95222
commit 54d2ff4b46

View File

@@ -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")
}