Skip to content

Commit

Permalink
test(base-karma.conf.js): add the --disable-dev-shm-usage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 3, 2022
1 parent 8766964 commit 3444cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/base-karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module.exports = {
'--no-sandbox', // required to run without privileges in docker
'--headless',
'--disable-gpu',
'--disable-web-security'
'--disable-web-security',
'--disable-dev-shm-usage', // https://svdoscience.com/2021-03-17/fix-session-deleted-page-crash-selenium-grid-chrome-docker
],
debug: false,
},
Expand Down

0 comments on commit 3444cab

Please sign in to comment.