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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant