mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 07:20:42 -05:00
chore: fix server performance flake (#20271)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user