Skip to content
Snippets Groups Projects
Commit 6015a33d authored by François Grand's avatar François Grand
Browse files

chore(e2e): add disable-dev-shm-usage option to Chrome

refs #618
parent ec630661
No related branches found
No related tags found
No related merge requests found
Pipeline #140360 canceled
......@@ -63,7 +63,7 @@ export const config: Options.Testrunner = {
//
capabilities: [{
'goog:chromeOptions': {
args: ['--headless --no-sandbox --disable-setuid-sandbox'],
args: ['--headless --no-sandbox --disable-setuid-sandbox --disable-dev-shm-usage'],
},
// maxInstances can get overwritten per capability. So if you have an in-house Selenium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment