fix(Launcher): launch chrome with --disable-dev-shm-usage by default (#2351)

Fixes #1834.
This commit is contained in:
Andrey Lushnikov
2018-04-10 20:05:27 -07:00
committed by GitHub
parent 0b64242f85
commit 18f2ecdffd
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ const defaultBrowserOptions = {
executablePath,
slowMo,
headless,
args: ['--no-sandbox', '--disable-dev-shm-usage']
args: ['--no-sandbox']
};
let parallel = 1;