Skip to content

Commit

Permalink
try assembly level
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Dec 28, 2024
1 parent 869e704 commit 3d61f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LiteNetLib.Tests/CommunicationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

using NUnit.Framework;

[assembly:NonParallelizable]

namespace LiteNetLib.Tests
{
class LibErrorChecker : INetLogger
Expand All @@ -20,7 +22,7 @@ public void WriteNet(NetLogLevel level, string str, params object[] args)
}

[TestFixture]
[Category("Communication"), NonParallelizable]
[Category("Communication")]
public class CommunicationTest
{
const int TestTimeout = 4000;
Expand Down

0 comments on commit 3d61f0c

Please sign in to comment.