serialize SendPacketsAsync tests (#63888)
authorAnton Firszov <antonfir@gmail.com>
Mon, 7 Feb 2022 18:56:51 +0000 (19:56 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 18:56:51 +0000 (10:56 -0800)
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendPacketsAsync.cs

index 65764b452f9908d52d2f637a2d22ea1c05d68768..10ebc472f93be2c8968b993427a6dcaf3c10d1b1 100644 (file)
@@ -13,6 +13,7 @@ using Xunit.Abstractions;
 
 namespace System.Net.Sockets.Tests
 {
+    [Collection(nameof(NoParallelTests))]
     public class SendPacketsAsync
     {
         private readonly ITestOutputHelper _log;