Skip to content

Commit b6fc7bd

Browse files
authored
[wasm] Disable GetAsync_ManyDifferentResponseHeaders_ParsedCorrectly on NodeJS (#83090)
1 parent f3b8427 commit b6fc7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ public static IEnumerable<object[]> GetAsync_ManyDifferentResponseHeaders_Parsed
624624

625625
[Theory]
626626
[MemberData(nameof(GetAsync_ManyDifferentResponseHeaders_ParsedCorrectly_MemberData))]
627+
[ActiveIssue("https://github.com/dotnet/runtime/issues/82880", typeof(PlatformDetection), nameof(PlatformDetection.IsNodeJS))]
627628
public async Task GetAsync_ManyDifferentResponseHeaders_ParsedCorrectly(string newline, string fold, bool dribble)
628629
{
629630
if (LoopbackServerFactory.Version >= HttpVersion20.Value)

0 commit comments

Comments
 (0)