Skip to content

Commit

Permalink
fix(runner): remove explicit error on all tests failed
Browse files Browse the repository at this point in the history
- there are failOnFailingTestSuite and failOnEmptyTestSuite, so in this there is no neccesity

Fixes #3367
  • Loading branch information
ilgonmic committed Oct 2, 2019
1 parent 6235e68 commit 82058b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ class Browser {
this.setState(CONNECTED)
this.lastResult.totalTimeEnd()

if (!this.lastResult.success) {
this.lastResult.error = true
}

this.emitter.emit('browsers_change', this.collection)
this.emitter.emit('browser_complete', this, result)

Expand Down

0 comments on commit 82058b8

Please sign in to comment.