Skip to content

Commit

Permalink
Revert "chore(NA): temporarily enable more detailed error for NoSuchS…
Browse files Browse the repository at this point in the history
…essionError"

This reverts commit 748364d.
  • Loading branch information
mistic committed Sep 1, 2023
1 parent 5abc5e4 commit d117fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/services/common/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,6 @@ class BrowserService extends FtrService {
this.log.error(
`WebDriver session is no longer valid.\nProbably Chrome process crashed when it tried to use more memory than what was available.`
);
// TODO: Remove this after a while. We are enabling richer logs in order to try catch the real error cause.
this.log.error(`Original Error Logging.\n Name: ${err.name};\n Message: ${err.message};\n Stack: ${err.stack}\n RemoteStack: ${(err as NoSuchSessionError).remoteStacktrace}`);
}
return false;
}
Expand Down

0 comments on commit d117fae

Please sign in to comment.