Skip to content

Commit 82058b8

Browse files
committed
fix(runner): remove explicit error on all tests failed
- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity Fixes karma-runner#3367
1 parent 6235e68 commit 82058b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/browser.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ class Browser {
8787
this.setState(CONNECTED)
8888
this.lastResult.totalTimeEnd()
8989

90-
if (!this.lastResult.success) {
91-
this.lastResult.error = true
92-
}
93-
9490
this.emitter.emit('browsers_change', this.collection)
9591
this.emitter.emit('browser_complete', this, result)
9692

0 commit comments

Comments
 (0)