-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Chromium flag --disable-ipc-flooding-protection #5132
Labels
Comments
This was referenced Oct 8, 2019
The code for this is done in cypress-io/cypress#5310, but has yet to be released. |
Released in |
This was referenced Feb 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current behavior:
Currently, some of our end-to-end tests for Cypress lock up when run in Chrome (oddly enough, this seemed to only affect MacOS??) They do not lock up in Electron. Where is stalls, this message is printed to the console.
Desired behavior:
Disable IPC (Inter-process Communication) flooding protection in Cypress. This was also one of the flags mentioned in #3633 that Puppeteer automatically passes through their testing, so adding this would partially address this.
Steps to reproduce: (app code and test code)
In local development of Cypress:
Essentially what this test does is
cy.visit()
a url 100 times really really fast.Additional information
From Chromiums code, trying to figure out what this flag actually does.
The text was updated successfully, but these errors were encountered: