We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8987e commit cbc7cfcCopy full SHA for cbc7cfc
packages/server/lib/environment.js
@@ -66,6 +66,10 @@ try {
66
// https://github.com/cypress-io/cypress/issues/15814
67
app.commandLine.appendSwitch('disable-dev-shm-usage')
68
69
+ // prevent navigation throttling when navigating in the browser rapid fire
70
+ // https://github.com/cypress-io/cypress/pull/20271
71
+ app.commandLine.appendSwitch('disable-ipc-flooding-protection')
72
+
73
if (os.platform() === 'linux') {
74
app.disableHardwareAcceleration()
75
}
0 commit comments