Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
8 changes: 0 additions & 8 deletions src/mono/browser/build/BrowserWasmApp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@
<WasmEnableStreamingResponse Condition="'$(WasmEnableStreamingResponse)' == ''">true</WasmEnableStreamingResponse>
</PropertyGroup>


<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Net.Http.WasmEnableStreamingResponse"
Condition="'$(WasmEnableStreamingResponse)' != ''"
Value="$(WasmEnableStreamingResponse)"
Trim="true" />
</ItemGroup>

<ItemGroup>
<!-- Allow running/debugging from VS -->
<ProjectCapability Include="DotNetCoreWeb"/>
Expand Down
Loading