Skip to content

Commit

Permalink
Remove line item about Docker workaround and the open issue (that's n…
Browse files Browse the repository at this point in the history
…o longer open) (#5223)
  • Loading branch information
jennifer-shehane authored Apr 26, 2023
1 parent 39f1500 commit 1f9d60d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/guides/references/error-messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,9 @@ This can happen for a number of reasons, including:

- The browser was exited manually, by clicking the "Quit" button or otherwise
- Your test suite or application under test is starving the browser of
resources, such as running an infinite loop
resources.
- Cypress is running in a memory-starved environment
- The browser is testing a memory-heavy application
- Cypress is running within Docker (there is an easy fix for this: see
[this thread](https://github.com/cypress-io/cypress/issues/350))
- There are problems with the GPU / GPU drivers
- There is a bug in the browser involving memory management
- There is a memory leak in Cypress
Expand All @@ -957,9 +955,6 @@ If you are running in `open` mode, you can also try lowering
If the browser running Cypress tests crashes, Cypress will abort any remaining
tests and print out this error.

There is an [open issue](https://github.com/cypress-io/cypress/issues/349) to
recover from browser crashes automatically, so tests can continue to run.

## Cypress App errors

### <Icon name="exclamation-triangle" color="red" /> Whoops, we can't run your tests
Expand Down

0 comments on commit 1f9d60d

Please sign in to comment.