|
@@ -209,7 +209,8 @@ test_script:
|
|
|
echo "Skipping tests for $env:GN_CONFIG build"
|
|
|
}
|
|
|
- cd electron
|
|
|
- - if "%RUN_TESTS%"=="true" ( echo Running test suite & node script/yarn test -- --trace-uncaught --enable-logging)
|
|
|
+ # CalculateNativeWinOcclusion is disabled due to https://bugs.chromium.org/p/chromium/issues/detail?id=1139022
|
|
|
+ - if "%RUN_TESTS%"=="true" ( echo Running test suite & node script/yarn test -- --trace-uncaught --enable-logging --disable-features=CalculateNativeWinOcclusion )
|
|
|
- cd ..
|
|
|
- if "%RUN_TESTS%"=="true" ( echo Verifying non proprietary ffmpeg & python electron\script\verify-ffmpeg.py --build-dir out\Default --source-root %cd% --ffmpeg-path out\ffmpeg )
|
|
|
- echo "About to verify mksnapshot"
|