We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c9206 commit 2f263b5Copy full SHA for 2f263b5
build/ci/templates/jobs/smoke.yml
@@ -3,8 +3,9 @@ jobs:
3
parameters:
4
# In PRs, test only against stable version of VSC.
5
vscodeChannels: ['stable']
6
- # In PRs, run smoke tests against 3.7 and 2.7 (excluding others).
+ # In PRs, run smoke tests against 3.7 (excluding others).
7
+ # Azure seems to hang very often when running tests against 2.7
8
jobs:
9
- test: "Smoke"
10
tags: "@smoke"
- ignorePythonVersions: "3.6,3.5"
11
+ ignorePythonVersions: "2.7,3.6,3.5"
0 commit comments