mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Revert "chore(NA): temporarily enable more detailed error for NoSuchSessionError"
This reverts commit 748364d8fa
.
This commit is contained in:
parent
5abc5e46a7
commit
d117fae85c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue