From 9b83ff7b3f308c64a594237169803368cf133281 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 3 Jul 2025 14:54:12 -0700 Subject: [PATCH] Drop incidental network tests from CI (#85425) (#85429) (cherry picked from commit 35252fd96cd10c99f441188ac9ac28c092a3a4bc) --- .azure-pipelines/azure-pipelines.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d7c3afad7b8..36aa1a06248 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -204,15 +204,6 @@ stages: test: 2022/psrp/http - name: 2022 SSH Key test: 2022/ssh/key - - stage: Incidental - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: i/{0}/1 - targets: - - name: IOS Python - test: ios/csr1000v/ - stage: Summary condition: succeededOrFailed() dependsOn: @@ -224,6 +215,5 @@ stages: - Galaxy - Generic - Incidental_Windows - - Incidental jobs: - template: templates/coverage.yml