-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable tests to corefx-net-http11 #111235
Conversation
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @dotnet/ncl |
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Http and WebSockets test failures are not present, other failures are unrelated. |
/ba-g test failures are unrelated |
These do look related: https://github.com/dotnet/runtime/pull/111235/checks?check_run_id=35380447006
runtime/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.RemoteServer.cs Line 1055 in de8e135
runtime/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.ServerCertificates.cs Line 100 in de8e135
|
…t#111235) Disabling until HTTPS redirection can be turned off at the server.
…t#111235) Disabling until HTTPS redirection can be turned off at the server.
…websites.net (#111402) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net (#111354) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net * Disable winhttphandlertests * Disable tests using http://corefx-net-http11.azurewebsites.net (#111235) Disabling until HTTPS redirection can be turned off at the server.
…websites.net (#111401) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net (#111354) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net * Disable winhttphandlertests * Disable tests using http://corefx-net-http11.azurewebsites.net (#111235) Disabling until HTTPS redirection can be turned off at the server. * Fix build * another attempt to fix build * Fix build
Contributes to #110578
May require few iterations to get all occurences