ci: disable CalculateNativeWinOcclusion for woa (#26001)
This commit is contained in:
parent
44221d7452
commit
708cf44d19
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ steps:
|
|||
set npm_config_nodedir=%cd%\out\Default\gen\node_headers
|
||||
set npm_config_arch=arm64
|
||||
cd electron
|
||||
node script/yarn test -- --enable-logging --verbose
|
||||
# CalculateNativeWinOcclusion is disabled due to https://bugs.chromium.org/p/chromium/issues/detail?id=1139022
|
||||
node script/yarn test -- --enable-logging --verbose --disable-features=CalculateNativeWinOcclusion
|
||||
displayName: 'Run Electron tests'
|
||||
env:
|
||||
ELECTRON_OUT_DIR: Default
|
||||
|
|
Loading…
Reference in a new issue