File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
"browserName" : " chrome" ,
5
5
"goog:chromeOptions" : {
6
6
"binary" : " %FILE:CHROMIUM%" ,
7
- "args" : [" --headless" , " --use-gl=swiftshader-webgl" ]
7
+ "args" : [" --headless" , " --use-gl=swiftshader-webgl" , " --no-sandbox " ]
8
8
},
9
9
"google:wslConfig" : {
10
10
"binary" : " %FILE:CHROMEDRIVER%" ,
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ platform(
16
16
# it needs to be updated. e.g. for a more recent Bash version, or new system settings that are
17
17
# required for launching browsers.
18
18
"container-image" : "docker://us-west2-docker.pkg.dev/internal-200822/remote-execution-images/angular-devinfra-rbe-image@sha256:3389d808edbcdf8999338fd617dda68cdbaa259b431f19e41e58941cdac900a3" ,
19
- # The `SYS_ADMIN` capability is added so that browsers can be launched with sandbox mode enabled. Related
20
- # # information: https://developers.google.com/web/tools/puppeteer/troubleshooting#running_puppeteer_in_docker
21
- "dockerAddCapabilities" : "SYS_ADMIN" ,
22
19
# By default in Google Cloud Remote build execution, network access is disabled. We explicitly set the
23
20
# property in the platform again in case the default ever changes. Network access is not desirable in
24
21
# Bazel builds as it is potential source of flaky tests and therefore also breaks hermeticity.
You can’t perform that action at this time.
0 commit comments