Skip to content

Commit b51e028

Browse files
committed
Disable AVX512 vectorization on the test pipeline
1 parent e308c86 commit b51e028

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,17 @@ jobs:
9898
exit 1
9999
fi
100100
displayName: Run E2E tests
101+
env:
102+
DOTNET_EnableAVX512: 0
101103
- script: .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
102104
-p:VsTestUseMSBuildOutput=false
103105
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
104106
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
105107
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Quarantined
106108
displayName: Run Quarantined E2E tests
107109
continueOnError: true
110+
env:
111+
DOTNET_EnableAVX512: 0
108112
- task: PublishTestResults@2
109113
displayName: Publish E2E Test Results
110114
inputs:

0 commit comments

Comments
 (0)