You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugins/reporting/server/browsers/chromium/driver_factory/args.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,11 @@ export const args = ({
73
73
flags.push('--no-sandbox');
74
74
}
75
75
76
-
// Since chromium v111 headless mode in arm based macs is not working with `--disable-gpu`
76
+
// Headless mode in arm based macs is not working with `--disable-gpu`
77
77
// This is a known issue: headless uses swiftshader by default and swiftshader's support for WebGL is currently disabled on Arm pending the resolution of https://issuetracker.google.com/issues/165000222.
78
-
// As a workaround, we force hardware GL drivers on mac: v111 and older versions should work with --use-angle.
79
-
// The best way to do this when the issue is resolved will be to pass --enable-gpu,
78
+
// As a workaround, we pass --enable-gpu to stop forcing swiftshader, see https://issues.chromium.org/issues/40256775#comment4
0 commit comments