From 8e704d3015f4dab8ba88e7072a465adc0f10701a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:18:57 +0000 Subject: [PATCH 1/2] Initial plan From 9bdcb4e69f06549900ef873c5f6fff92156c19f3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:25:15 +0000 Subject: [PATCH 2/2] Remove DOTNET_EnableAVX512=0 from components E2E test pipeline Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com> --- .azure/pipelines/components-e2e-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml index 2386635fa813..fc0acb70ba41 100644 --- a/.azure/pipelines/components-e2e-tests.yml +++ b/.azure/pipelines/components-e2e-tests.yml @@ -98,8 +98,6 @@ jobs: exit 1 fi displayName: Run E2E tests - env: - DOTNET_EnableAVX512: 0 - script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true -p:VsTestUseMSBuildOutput=false --logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx" @@ -107,8 +105,6 @@ jobs: --results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Quarantined displayName: Run Quarantined E2E tests continueOnError: true - env: - DOTNET_EnableAVX512: 0 - task: PublishTestResults@2 displayName: Publish E2E Test Results inputs: