File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,17 @@ jobs:
98
98
exit 1
99
99
fi
100
100
displayName: Run E2E tests
101
+ env:
102
+ DOTNET_EnableAVX512: 0
101
103
- script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter 'Quarantined=true' -p:RunQuarantinedTests=true
102
104
-p:VsTestUseMSBuildOutput=false
103
105
--logger:"trx%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.trx"
104
106
--logger:"html%3BLogFileName=Microsoft.AspNetCore.Components.E2ETests.html"
105
107
--results-directory $(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)/Quarantined
106
108
displayName : Run Quarantined E2E tests
107
109
continueOnError : true
110
+ env :
111
+ DOTNET_EnableAVX512 : 0
108
112
- task : PublishTestResults@2
109
113
displayName : Publish E2E Test Results
110
114
inputs :
You can’t perform that action at this time.
0 commit comments