diff --git a/build.gradle.kts b/build.gradle.kts index b4435c29..5572205f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ tasks.withType { 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") }