removed --no-sandbox flag

This commit is contained in:
Darangi 2020-01-08 17:48:54 +01:00
parent 18da630975
commit d3ada54531

View File

@ -71,7 +71,7 @@ jobs:
sudo chmod 4755 ./out/atom*-amd64/chrome-sandbox
displayName: Tweaking chrome-sandbox binary
- script: script/test --no-sandbox
- script: script/test
env:
CI: true
CI_PROVIDER: VSTS