Skip to content

Commit 7247dcf

Browse files
authored
Add --disable-dev-shm-usage to Chrome flags
1 parent 8f12a6a commit 7247dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/lib/browsers/chrome.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ defaultArgs = [
8484
## https://github.com/cypress-io/cypress/issues/3633
8585
"--disable-backgrounding-occluded-window"
8686
"--disable-breakpad"
87+
"--disable-dev-shm-usage"
8788
"--password-store=basic"
8889
"--use-mock-keychain"
8990
]

0 commit comments

Comments
 (0)