Skip to content

Commit

Permalink
[wasm] Disable GetAsync_ManyDifferentResponseHeaders_ParsedCorrectly …
Browse files Browse the repository at this point in the history
…on NodeJS (#83090)
  • Loading branch information
maraf authored Mar 7, 2023
1 parent f3b8427 commit b6fc7bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ public static IEnumerable<object[]> GetAsync_ManyDifferentResponseHeaders_Parsed

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

0 comments on commit b6fc7bd

Please sign in to comment.