Quarantine all ProjectTemplate tests until dotnet new lock issue is resolved.

- Investigation pending in https://github.com/dotnet/aspnetcore/issues/21748
This commit is contained in:
N. Taylor Mullen 2020-05-12 12:28:04 -07:00
parent b419ec07d6
commit 9a5d3c7640
1 changed files with 2 additions and 0 deletions

View File

@ -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")]