Skip to content

Commit 4d51536

Browse files
authored
Disable CI smoke tests (microsoft#6448)
1 parent f53a1be commit 4d51536

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build/ci/vscode-python-ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525

2626
- template: templates/build_compile_jobs.yml
2727

28-
- template: templates/uitest_jobs.yml
29-
parameters:
30-
# Test only against stable version of VSC.
31-
vscodeChannels: ['stable']
32-
# Run only smoke tests against 3.7 and 2.7 (exclude others).
33-
jobs:
34-
- test: "Smoke"
35-
tags: "--tags=@smoke"
36-
ignorePythonVersions: "3.6,3.5"
28+
# - template: templates/uitest_jobs.yml
29+
# parameters:
30+
# # Test only against stable version of VSC.
31+
# vscodeChannels: ['stable']
32+
# # Run only smoke tests against 3.7 and 2.7 (exclude others).
33+
# jobs:
34+
# - test: "Smoke"
35+
# tags: "--tags=@smoke"
36+
# ignorePythonVersions: "3.6,3.5"
3737

3838
- job: 'CI'
3939

0 commit comments

Comments
 (0)