Skip to content

Commit

Permalink
try to disable parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Sep 12, 2017
1 parent 2747d19 commit 447c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OpenCvSharp.Tests/TestBase.cs
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using Xunit;

[assembly: CollectionBehavior(MaxParallelThreads = 2)]
[assembly: CollectionBehavior(/*MaxParallelThreads = 2, */DisableTestParallelization = true)]

namespace OpenCvSharp.Tests
{
Expand Down

0 comments on commit 447c9cb

Please sign in to comment.