From: Alexander Nikolaev <55398552+alnikola@users.noreply.github.com> Date: Wed, 4 Aug 2021 08:41:26 +0000 (+0200) Subject: Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled (#56723) X-Git-Tag: accepted/tizen/unified/20220110.054933~665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c8f5fbee22030e69ca69615a157597cc035e854;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled (#56723) The test should have been already fixed by #56552. Fixes #44352 --- 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 c9c5db6..a66c33bf 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 @@ namespace System.Net.Http.Functional.Tests [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);