Skip to content

Commit

Permalink
[ci] Disable vstest job in Test stage. (sonic-net#21354)
Browse files Browse the repository at this point in the history
Disable vstest job because sonictest agent pool is failing.
To unblock PRs.
  • Loading branch information
liushilongbuaa authored Jan 9, 2025
1 parent 806e181 commit 94b860b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ stages:
- job:
pool: sonictest
displayName: "vstest"
condition: false # agent pool don't work. disable this job to unblock PRs.
timeoutInMinutes: 60
steps:
- template: .azure-pipelines/cleanup.yml
Expand Down

0 comments on commit 94b860b

Please sign in to comment.