Skip to content

Commit

Permalink
Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled
Browse files Browse the repository at this point in the history
The test should have been already fixed by #56552
  • Loading branch information
alnikola committed Aug 2, 2021
1 parent 749fa13 commit ececa0b
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 @@ public async Task InboundWindowSize_Exceeded_Throw()

[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 ececa0b

Please sign in to comment.