diff --git a/build.gradle b/build.gradle index 11f21bd2f3..671cb7c2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -279,6 +279,7 @@ allprojects { tasks.withType(Test) { useJUnitPlatform() + ignoreFailures = project.hasProperty('tests.ignoreFailures') ? project.property('tests.ignoreFailures').toBoolean() : false failFast = project.hasProperty('tests.failFast') ? project.property('tests.failFast').toBoolean() : false // Prevent the project from creating temporary files outside of the build directory.