Disable NonDisposedSocket_SafeHandlesCollected test (#35847)
authorSantiago Fernandez Madero <safern@microsoft.com>
Tue, 5 May 2020 20:36:55 +0000 (13:36 -0700)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 20:36:55 +0000 (16:36 -0400)
src/libraries/System.Net.Sockets/tests/FunctionalTests/DisposedSocketTests.cs

index e15249c..21e4750 100644 (file)
@@ -751,6 +751,7 @@ namespace System.Net.Sockets.Tests
         [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
         [InlineData(false)]
         [InlineData(true)]
+        [ActiveIssue("https://github.com/dotnet/runtime/issues/35846", TestPlatforms.Linux)]
         public async Task NonDisposedSocket_SafeHandlesCollected(bool clientAsync)
         {
             List<WeakReference> handles = await CreateHandlesAsync(clientAsync);