diff --git a/native/native.tests/build.gradle.kts b/native/native.tests/build.gradle.kts index 5647ebfeaf1..cb18ac3c377 100644 --- a/native/native.tests/build.gradle.kts +++ b/native/native.tests/build.gradle.kts @@ -86,6 +86,8 @@ fun Test.setUpBlackBoxTest(tag: String) { TestProperty.USE_CACHE.setUpFromGradleProperty(this) TestProperty.EXECUTION_TIMEOUT.setUpFromGradleProperty(this) + ignoreFailures = true // Don't fail Gradle task if there are failed tests. Let the subsequent tasks to run as well. + useJUnitPlatform { includeTags(tag) }