Skip to content

Commit

Permalink
also add NonParallelizable attribute to possible fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Dec 28, 2024
1 parent 9195a45 commit 869e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteNetLib.Tests/CommunicationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void WriteNet(NetLogLevel level, string str, params object[] args)
}

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

0 comments on commit 869e704

Please sign in to comment.