UI update headless chrome flags to fix 'yarn run test:oss' (#8035)

* UI update headless chrome flags to fix ember/chrome crash in test

* UI update references from test-oss to test:oss

* UI removed disable-gpu flag from headless Chrome

* UI and also remove the comment
This commit is contained in:
Christian Frichot
2019-12-19 01:12:44 +08:00
committed by Angel Garbarino
parent 795f908371
commit 3cc8c7e4be
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ const config = {
// --no-sandbox is needed when running Chrome inside a container
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
'--disable-software-rasterizer',
'--mute-audio',
'--remote-debugging-port=0',