Skip to content

Commit

Permalink
Disable NonDisposedSocket_SafeHandlesCollected test (#35847)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored May 5, 2020
1 parent 1657df9 commit 96268f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<WeakReference> handles = await CreateHandlesAsync(clientAsync);
Expand Down

0 comments on commit 96268f3

Please sign in to comment.