Skip to content

Commit

Permalink
Try disable accelerated video flag to avoid Chrome crashing.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Jul 30, 2024
1 parent 1e3c765 commit d66e7f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pool: ${{ parameters.PoolName }}

variables:
webgpuCommandlineExtraFlags: '--chromium-flags=--ignore-gpu-blocklist --chromium-flags=--gpu-vendor-id=0x10de'
webgpuCommandlineExtraFlags: '--chromium-flags=--ignore-gpu-blocklist --chromium-flags=--gpu-vendor-id=0x10de --chrom-flags=--disable-accelerated-video-decode'
runCodesignValidationInjection: false
CHROME_BIN: 'C:\Program Files\Google\Chrome\Application\chrome.exe'
timeoutInMinutes: 60
Expand Down

0 comments on commit d66e7f5

Please sign in to comment.