From 96268f3ef58674d66908ff90da0f32fc04c1f68f Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 5 May 2020 13:36:55 -0700 Subject: [PATCH] Disable NonDisposedSocket_SafeHandlesCollected test (#35847) --- .../tests/FunctionalTests/DisposedSocketTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/DisposedSocketTests.cs b/src/libraries/System.Net.Sockets/tests/FunctionalTests/DisposedSocketTests.cs index e15249c19c3bef..21e4750d4744bd 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/DisposedSocketTests.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/DisposedSocketTests.cs @@ -751,6 +751,7 @@ public void EndAccept_Throws_ObjectDisposed() [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 handles = await CreateHandlesAsync(clientAsync);