Skip to content

Commit

Permalink
Disable the test (#46752)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com>
  • Loading branch information
Jan Jahoda and Jan Jahoda committed Jan 11, 2021
1 parent af1e7ee commit 4e13df4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public async Task GetAsync_CancelDuringResponseBodyReceived_Unbuffered_TaskCance
// There is no chunked encoding or connection header in HTTP/2 and later
return;
}

if (IsWinHttpHandler && UseVersion >= HttpVersion20.Value)
{
return;
Expand Down Expand Up @@ -528,6 +528,7 @@ public static IEnumerable<object[]> PostAsync_Cancel_CancellationTokenPassedToCo
}

#if !NETFRAMEWORK
[ActiveIssue("https://github.com/dotnet/runtime/issues/41531")]
[OuterLoop("Uses Task.Delay")]
[Theory]
[MemberData(nameof(PostAsync_Cancel_CancellationTokenPassedToContent_MemberData))]
Expand Down

0 comments on commit 4e13df4

Please sign in to comment.