Skip to content

Commit fd5a4aa

Browse files
authored
Dont block CI if ui tests fail on VSC Insiders (microsoft#6426)
1 parent 4880c32 commit fd5a4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/vscode-python-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- template: templates/uitest_jobs.yml
2929
parameters:
3030
# Test only against stable version of VSC.
31-
# vscodeChannels: ['stable']
31+
vscodeChannels: ['stable']
3232
# Run only smoke tests against 3.7 and 2.7 (exclude others).
3333
jobs:
3434
- test: "Smoke"

0 commit comments

Comments
 (0)