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 {