There was an error while loading. Please reload this page.
1 parent f53a1be commit 4d51536Copy full SHA for 4d51536
build/ci/vscode-python-ci.yaml
@@ -25,15 +25,15 @@ jobs:
25
26
- template: templates/build_compile_jobs.yml
27
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"
+ # - template: templates/uitest_jobs.yml
+ # parameters:
+ # # Test only against stable version of VSC.
+ # vscodeChannels: ['stable']
+ # # Run only smoke tests against 3.7 and 2.7 (exclude others).
+ # jobs:
+ # - test: "Smoke"
+ # tags: "--tags=@smoke"
+ # ignorePythonVersions: "3.6,3.5"
37
38
- job: 'CI'
39
0 commit comments