Remove --disable-dev-shm-usage flag in CI

This commit is contained in:
Josh Freda 2019-03-28 17:44:33 -05:00
parent 0407d9c7f9
commit 110f4ca4af
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ module.exports = {
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--mute-audio',
'--remote-debugging-port=0',