Skip to content

Commit 4e230fd

Browse files
committed
build - disable web smoke tests for now (#80308)
1 parent 6c0bb9b commit 4e230fd

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

build/azure-pipelines/darwin/product-build-darwin.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,16 @@ steps:
114114
displayName: Run integration tests
115115
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
116116

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

127128
- script: |
128129
set -e

0 commit comments

Comments
 (0)