From d977dd3a7762477cacc86acd94390c6e75a57f57 Mon Sep 17 00:00:00 2001 From: Pavel Savara Date: Wed, 30 Jul 2025 13:31:07 +0200 Subject: [PATCH 1/2] works? --- .../Runtime/InteropServices/JavaScript/HttpRequestMessageTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/HttpRequestMessageTest.cs b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/HttpRequestMessageTest.cs index ca4dd337277de0..57a037b0d45ba1 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/HttpRequestMessageTest.cs +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/HttpRequestMessageTest.cs @@ -298,7 +298,6 @@ public void Properties_SetOptionsAndGetTheirValue_NotSet_EnableStreamingResponse } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/113628", TestPlatforms.Browser)] public async Task HttpStreamingDisabledBy_WasmEnableStreamingResponse_InProject() { using var client = new HttpClient(); From 9397d1f5cc7bce258512ad776ca6bb68f15367a7 Mon Sep 17 00:00:00 2001 From: Pavel Savara Date: Wed, 30 Jul 2025 19:43:57 +0200 Subject: [PATCH 2/2] move to SDK --- src/mono/browser/build/BrowserWasmApp.targets | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/mono/browser/build/BrowserWasmApp.targets b/src/mono/browser/build/BrowserWasmApp.targets index ff06ce7461d2f9..9a0cedad72646c 100644 --- a/src/mono/browser/build/BrowserWasmApp.targets +++ b/src/mono/browser/build/BrowserWasmApp.targets @@ -63,14 +63,6 @@ true - - - - -