[Native][tests] Don't fail Gradle tasks if there are failed tests

This commit is contained in:
Dmitriy Dolovov
2021-12-09 00:07:38 +03:00
parent eb371fa5e0
commit 835de3083a
+2
View File
@@ -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)
}