Skip to content

Commit

Permalink
temporarily disable verify-mksnapshot on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored and MarshallOfSound committed Mar 8, 2019
1 parent d548c8c commit a46b8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vsts-arm-test-steps.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a46b8ef

Please sign in to comment.