File tree 1 file changed +10
-9
lines changed
build/azure-pipelines/darwin
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,16 @@ steps:
114
114
displayName : Run integration tests
115
115
condition : and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
116
116
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'))
126
127
127
128
- script : |
128
129
set -e
You can’t perform that action at this time.
0 commit comments