Skip to content

Commit 94b860b

Browse files
[ci] Disable vstest job in Test stage. (#21354)
Disable vstest job because sonictest agent pool is failing. To unblock PRs.
1 parent 806e181 commit 94b860b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ stages:
109109
- job:
110110
pool: sonictest
111111
displayName: "vstest"
112+
condition: false # agent pool don't work. disable this job to unblock PRs.
112113
timeoutInMinutes: 60
113114
steps:
114115
- template: .azure-pipelines/cleanup.yml

0 commit comments

Comments
 (0)