Skip to content
Snippets Groups Projects
Commit 4622b47f authored by David Dorchies's avatar David Dorchies
Browse files

fix(e2e): ad no-gpu to chrome execution

Refs #648
parent cb9edb31
No related branches found
No related tags found
No related merge requests found
Pipeline #159412 canceled
......@@ -65,7 +65,7 @@ export const config: Options.Testrunner = {
capabilities: [{
'goog:chromeOptions': {
args: [
'--headless',
'--headless', '--no-gpu',
'--no-sandbox', '--disable-setuid-sandbox', 'disable-dev-shm-usage'],
},
......
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