Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move Select_AcceptNonBlocking_Success to non-parallel collection
  • Loading branch information
antonfirsov committed Aug 16, 2021
commit 4a09215f301dd5cfb10dd70a9fed08e021c9f01f
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,11 @@ private static void DisposeSockets(IEnumerable<KeyValuePair<Socket, Socket>> soc
Assert.True(pair.Value.SafeHandle.IsClosed);
}
}
}

[Collection(nameof(NoParallelTests))]
public class SelectTest_NonParallel
{
[OuterLoop]
[Fact]
public static async Task Select_AcceptNonBlocking_Success()
Expand Down