[Native][tests] Don't fail Gradle tasks if there are failed tests
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user