Do not fail build on TC when some tests fail, just report problem

Required to have green builds with failing tests muted.
This commit is contained in:
Ilya Gorbunov
2017-10-21 21:40:32 +03:00
parent 84c0e8dfb4
commit 97cf09b45a
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -291,6 +291,7 @@ karma {
karmaGenerateConfig.outputs.upToDateWhen { false }
karmaRun {
ignoreExitValue = Boolean.valueOf(ignoreTestFailures)
dependsOn testClasses
dependsOn tasks.getByPath(':kotlin-test:kotlin-test-js:testClasses')
}