From 9a5d3c7640de12d8f7ecba53e9e49433a4d47588 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Tue, 12 May 2020 12:28:04 -0700 Subject: [PATCH] Quarantine all ProjectTemplate tests until dotnet new lock issue is resolved. - Investigation pending in https://github.com/dotnet/aspnetcore/issues/21748 --- src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs b/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs index 9e4d5d6b34..61cae7d8c2 100644 --- a/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs +++ b/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs @@ -10,3 +10,5 @@ using Xunit; [assembly: Microsoft.AspNetCore.E2ETesting.AssemblyFixture(typeof(ProjectFactoryFixture))] [assembly: Microsoft.AspNetCore.E2ETesting.AssemblyFixture(typeof(SeleniumStandaloneServer))] + +[assembly: QuarantinedTest("Investigation pending in https://github.com/dotnet/aspnetcore/issues/21748")] \ No newline at end of file