From ceb0ad5f0f7aab2260cbc72388f53d77d9710e7b Mon Sep 17 00:00:00 2001 From: Medha Tiwari <75640645+medhatiwari@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:37:40 +0530 Subject: [PATCH] Fix HttpSys test failure on non-Windows platforms. --- src/Servers/HttpSys/test/FunctionalTests/RequestTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servers/HttpSys/test/FunctionalTests/RequestTests.cs b/src/Servers/HttpSys/test/FunctionalTests/RequestTests.cs index daa659c9d2a8..cfb0b163f520 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/RequestTests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/RequestTests.cs @@ -361,7 +361,7 @@ public async Task Request_UrlUnescaping() } } - [Fact] + [ConditionalFact] public async Task Latin1UrlIsRejected() { string root;