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 65764b4..10ebc47 100644 (file)
@@ -13,6 +13,7 @@ using Xunit.Abstractions;
 
 namespace System.Net.Sockets.Tests
 {
+    [Collection(nameof(NoParallelTests))]
     public class SendPacketsAsync
     {
         private readonly ITestOutputHelper _log;