Enable Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled (#56723)
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>
Wed, 4 Aug 2021 08:41:26 +0000 (10:41 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 08:41:26 +0000 (10:41 +0200)
The test should have been already fixed by #56552.

Fixes #44352

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs

index c9c5db6..a66c33b 100644 (file)
@@ -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);