Skip to content

Commit 21c7181

Browse files
authored
[Blazor] Remove DOTNET_EnableAVX512=0 from Blazor E2E test pipeline (#63269)
Removes the workaround for the issue with the Base64 encoding vectorization.
1 parent 80d039c commit 21c7181

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

0 commit comments

Comments
 (0)