From fe00f48ab23b142459eaaf496d44af3d18e870ed Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Wed, 8 Mar 2023 13:32:33 -0600 Subject: [PATCH] [ci] Don't run classic tests on the Windows build/test stage (#7860) Quick and easy win: don't run Classic smoke tests on the Windows Build/Test stage. Saves ~22 minutes on CI. --- build-tools/automation/yaml-templates/build-windows.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-tools/automation/yaml-templates/build-windows.yaml b/build-tools/automation/yaml-templates/build-windows.yaml index 626b75095de..f83cbde1a73 100644 --- a/build-tools/automation/yaml-templates/build-windows.yaml +++ b/build-tools/automation/yaml-templates/build-windows.yaml @@ -114,14 +114,6 @@ stages: - template: install-apkdiff.yaml - - template: run-nunit-tests.yaml - parameters: - useDotNet: false - testRunTitle: Smoke MSBuild Tests - Windows Build Tree - testAssembly: $(System.DefaultWorkingDirectory)\bin\Test$(XA.Build.Configuration)\net472\Xamarin.Android.Build.Tests.dll - testResultsFile: TestResult-SmokeMSBuildTests-WinBuildTree-$(XA.Build.Configuration).xml - nunitConsoleExtraArgs: --where "cat == SmokeTests" - - template: run-nunit-tests.yaml parameters: testRunTitle: Smoke MSBuild Tests - Windows Dotnet Build