Browse Source

ci: disable CalculateNativeWinOcclusion for woa (#26001)

Robo 4 years ago
parent
commit
708cf44d19
1 changed files with 2 additions and 1 deletions
  1. 2 1
      azure-pipelines-woa.yml

+ 2 - 1
azure-pipelines-woa.yml

@@ -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