From 7c8f5fbee22030e69ca69615a157597cc035e854 Mon Sep 17 00:00:00 2001 From: Alexander Nikolaev <55398552+alnikola@users.noreply.github.com> Date: Wed, 4 Aug 2021 10:41:26 +0200 Subject: [PATCH] Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled (#56723) The test should have been already fixed by #56552. Fixes #44352 --- .../tests/FunctionalTests/HttpClientHandlerTest.Http2.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs index c9c5db60d0f00..a66c33bfde89f 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs @@ -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);