Skip to content

Disable LargeUriAndHeaders_Works test on browser #117946

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

Merged
merged 2 commits into from
Jul 23, 2025

Conversation

MihaZupan
Copy link
Member

Closes #117942

I added the test just to see if large Uris flow through the SocketsHttpHandler stack E2E, not that interesting for browser.

@MihaZupan MihaZupan added this to the 10.0.0 milestone Jul 22, 2025
@Copilot Copilot AI review requested due to automatic review settings July 22, 2025 19:58
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables the LargeUriAndHeaders_Works test on browser platforms by changing it from a [Fact] to a [ConditionalFact] that only runs when not on browser. The test was originally designed to validate large URI handling through the SocketsHttpHandler stack end-to-end, which is not relevant for browser environments.

Key changes:

  • Changed test attribute from [Fact] to [ConditionalFact] with browser exclusion
  • Removed browser-specific length logic since the test no longer runs on browser

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@MihaZupan
Copy link
Member Author

/ba-g Build analysis isn't picking up WASM queue timeouts

@MihaZupan MihaZupan merged commit de4440c into dotnet:main Jul 23, 2025
81 of 87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timeout in WASM run for System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.LargeUriAndHeaders_Works
2 participants