xunit and nunit template tests cannot run in parallel
This commit is contained in:
parent
e5dad7e451
commit
db17fb6889
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ using FluentAssertions;
|
|||
|
||||
namespace Microsoft.DotNet.Tests
|
||||
{
|
||||
[Collection("'dotnet test' collection")]
|
||||
public class GivenThatIWantANewCSnUnitProject : TestBase
|
||||
{
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ using FluentAssertions;
|
|||
|
||||
namespace Microsoft.DotNet.Tests
|
||||
{
|
||||
[Collection("'dotnet test' collection")]
|
||||
public class GivenThatIWantANewCSxUnitProject : TestBase
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue