Skip to content

Commit

Permalink
build - disable smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Aug 16, 2019
1 parent 1ce89e2 commit c23cacd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ 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 smoke 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 smoke tests
# condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))

- script: |
set -e
Expand Down

0 comments on commit c23cacd

Please sign in to comment.