-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm][HTTP] TypeError: Failed to fetch #53018
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsWhen running SyncHttpHandler_PostScenarioTest some of them fail with:
|
@lewing @pavelsavara can you please triage this one? (set milestone + remove Untriaged label) Thanks! |
- disabled tests with dotnet#53591 - disabled tests with dotnet#53592
- enable System.Net.Http.Functional.Tests on browser - System.Net.Http.Functional.Tests to run in chrome instead of V8 via WasmTestOnBrowser - ActiveIssue #34690 for WebSocket on Windows Mono - fix Quic detection in test - disable webSocket tests on Mono/Windows - disable tests with MaxConnectionsPerServer not supported on Browser - disable tests with Socket not supported on Browser - disable tests with AutomaticDecompression not supported on Browser - disable tests with UseProxy not supported on Browser - disable tests with PreAuthenticate not supported on Browser - disable tests with Credentials is not supported on Browser - disable tests with Loopback server - run outerloop on browser, rather than V8 only - [ActiveIssue] #37669 for missing crypto MD5 - conditional tests with PlatformDetection.IsBrowserDomSupportedOrNotBrowser to allow System.Net.Http.Functional.Tests pass on V8 - disabled tests with #53018 - disabled tests with #53591 - disabled tests with #53592
Caused by using HTTPS for HTTP listener port in the unit test. |
@pavelsavara FYI: I marked it triaged on your behalf |
Broken tests in
Tests fail with
Part of the failures could be caused by lack of CORS support on the remote test server in Azure.
The text was updated successfully, but these errors were encountered: