From 94b860b67406ae91459722394ac31eff88be851e Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Thu, 9 Jan 2025 11:41:47 +0800 Subject: [PATCH] [ci] Disable vstest job in Test stage. (#21354) Disable vstest job because sonictest agent pool is failing. To unblock PRs. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4af6d03fea36..d6eb20d31d77 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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