Skip to content

Conversation

@medhatiwari
Copy link
Contributor

Summary

Fix HttpSys test failure on non-Windows platforms.

Issue

CI observed failure in Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.RequestTests.Latin1UrlIsRejected on Linux.

Test fails with EntryPointNotFoundException: HttpInitialize because HttpSys is Windows-only.

Fix

Change [Fact] to [ConditionalFact] to align with other HttpSys tests that properly skip on non-Windows platforms.

cc: @giritrivedi

@github-actions github-actions bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Oct 28, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Oct 28, 2025
@dotnet-policy-service
Copy link
Contributor

Thanks for your PR, @@medhatiwari. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service
Copy link
Contributor

Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime.
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an /azp run comment here (requires commit rights), or by simply closing and reopening.

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Nov 4, 2025
@adityamandaleeka
Copy link
Member

Can you point to where you saw this failing in CI? The entire assembly is marked as skip on macOS and Linux, so while I think this change is fine for consistency, I don't think it should be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants