Skip to content

Commit

Permalink
Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCance…
Browse files Browse the repository at this point in the history
…led (#56723)

The test should have been already fixed by #56552.

Fixes #44352
  • Loading branch information
alnikola committed Aug 4, 2021
1 parent a491087 commit 7c8f5fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3581,7 +3581,6 @@ await Http2LoopbackServer.CreateClientAndServerAsync(

[Fact]
[OuterLoop("Uses Task.Delay")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/44352", TestPlatforms.OSX)]
public async Task SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled()
{
TaskCompletionSource clientComplete = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);
Expand Down

0 comments on commit 7c8f5fb

Please sign in to comment.