Skip to content

Commit f031ded

Browse files
committed
Disable parallelization of ExecuteCoreTests
1 parent 204376b commit f031ded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionCore.Tests/ExecuteCoreTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using System.Text;
1010

1111
[TestFixture]
12+
[Parallelizable(ParallelScope.None)]
1213
public class ExecuteCoreTests : TestBase
1314
{
1415
IFileSystem fileSystem;

0 commit comments

Comments
 (0)