Skip to content

Commit 2f263b5

Browse files
committed
Disable smoke tests against 2.7 (#7774)
1 parent 09c9206 commit 2f263b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/ci/templates/jobs/smoke.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ jobs:
33
parameters:
44
# In PRs, test only against stable version of VSC.
55
vscodeChannels: ['stable']
6-
# In PRs, run smoke tests against 3.7 and 2.7 (excluding others).
6+
# In PRs, run smoke tests against 3.7 (excluding others).
7+
# Azure seems to hang very often when running tests against 2.7
78
jobs:
89
- test: "Smoke"
910
tags: "@smoke"
10-
ignorePythonVersions: "3.6,3.5"
11+
ignorePythonVersions: "2.7,3.6,3.5"

0 commit comments

Comments
 (0)