temporarily disable verify-mksnapshot on arm

This commit is contained in:
Jeremy Apthorp 2019-03-07 15:49:02 -08:00 коммит произвёл Samuel Attard
Родитель d548c8c692
Коммит a46b8efc8a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,8 @@ steps:
- bash: |
cd src
python electron/script/verify-mksnapshot.py --source-root "$PWD" --build-dir out/Default
echo Verify mksnapshot temporarily disabled due to M74 upgrade
#python electron/script/verify-mksnapshot.py --source-root "$PWD" --build-dir out/Default
displayName: Verify mksnapshot
timeoutInMinutes: 5
env: