Skip to content

Commit

Permalink
build - disable web smoke tests for now (#80308)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 4, 2019
1 parent 6c0bb9b commit 4e230fd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,16 @@ steps:
displayName: Run integration tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))

- script: |
set -e
cd test/smoke
yarn compile
cd -
yarn smoketest --web --headless
continueOnError: true
displayName: Run web smoke tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
# Web Smoke Tests disabled due to https://github.com/microsoft/vscode/issues/80308
# - script: |
# set -e
# cd test/smoke
# yarn compile
# cd -
# yarn smoketest --web --headless
# continueOnError: true
# displayName: Run web smoke tests
# condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))

- script: |
set -e
Expand Down

0 comments on commit 4e230fd

Please sign in to comment.