Skip to content

Commit

Permalink
HACK: Disable tests parallelization
Browse files Browse the repository at this point in the history
This commit mitigates issue Nodsoft#23, pending a more potent fix.
  • Loading branch information
SakuraIsayeki committed Sep 12, 2022
1 parent a0c6573 commit 0862e5d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
using Nodsoft.WowsReplaysUnpack.Services;
using Xunit;


/*
* FIXME: Test parallelization is disabled due to a file loading issue.
*/
[assembly: CollectionBehavior(DisableTestParallelization = true)]
namespace Nodsoft.WowsReplaysUnpack.Tests;

/// <summary>
Expand Down

0 comments on commit 0862e5d

Please sign in to comment.