Skip to content

Commit

Permalink
Disable parallelization on MSBuild tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutch committed Oct 2, 2023
1 parent a9dadd2 commit e7d99ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mono.TextTemplating.Build.Tests/MSBuildExecutionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

namespace Mono.TextTemplating.Tests
{
// MSBuild relies on changing the current working directory to the project directory so we need to run tests serially
[CollectionDefinition (nameof (MSBuildExecutionTests), DisableParallelization = true)]
public class MSBuildExecutionTests : IClassFixture<MSBuildFixture>
{
[Fact]
Expand Down

0 comments on commit e7d99ba

Please sign in to comment.