xunit and nunit template tests cannot run in parallel

This commit is contained in:
jplebre 2016-08-03 20:55:48 +01:00
parent e5dad7e451
commit db17fb6889
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ using FluentAssertions;
namespace Microsoft.DotNet.Tests
{
[Collection("'dotnet test' collection")]
public class GivenThatIWantANewCSnUnitProject : TestBase
{

View file

@ -7,6 +7,7 @@ using FluentAssertions;
namespace Microsoft.DotNet.Tests
{
[Collection("'dotnet test' collection")]
public class GivenThatIWantANewCSxUnitProject : TestBase
{