chore: fix server performance flake (#20271)

This commit is contained in:
Ryan Manuel
2022-02-18 17:57:34 -06:00
committed by GitHub
parent ad2f4de844
commit 65ea8f73e4
+4
View File
@@ -62,6 +62,10 @@ try {
// https://github.com/cypress-io/cypress/issues/15814
app.commandLine.appendSwitch('disable-dev-shm-usage')
// prevent navigation throttling when navigating in the browser rapid fire
// https://github.com/cypress-io/cypress/pull/20271
app.commandLine.appendSwitch('disable-ipc-flooding-protection')
if (os.platform() === 'linux') {
app.disableHardwareAcceleration()
}