From db17fb6889298fb41c1ce474fa5d0aeff372647e Mon Sep 17 00:00:00 2001 From: jplebre Date: Wed, 3 Aug 2016 20:55:48 +0100 Subject: [PATCH] xunit and nunit template tests cannot run in parallel --- test/dotnet-new.Tests/GivenThatIWantANewCSnUnitProject.cs | 1 + test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/test/dotnet-new.Tests/GivenThatIWantANewCSnUnitProject.cs b/test/dotnet-new.Tests/GivenThatIWantANewCSnUnitProject.cs index d1ca1c96c..e03168e26 100644 --- a/test/dotnet-new.Tests/GivenThatIWantANewCSnUnitProject.cs +++ b/test/dotnet-new.Tests/GivenThatIWantANewCSnUnitProject.cs @@ -7,6 +7,7 @@ using FluentAssertions; namespace Microsoft.DotNet.Tests { + [Collection("'dotnet test' collection")] public class GivenThatIWantANewCSnUnitProject : TestBase { diff --git a/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs b/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs index ef1c96596..2163c5f89 100644 --- a/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs +++ b/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs @@ -7,6 +7,7 @@ using FluentAssertions; namespace Microsoft.DotNet.Tests { + [Collection("'dotnet test' collection")] public class GivenThatIWantANewCSxUnitProject : TestBase {