From d8ba089c3ce98081afa002ea0b7a234598b89adf Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 14 May 2020 14:24:20 -0700 Subject: [PATCH] Revert "Quarantine all ProjectTemplate tests until dotnet new lock issue is resolved." (#21831) This reverts commit 9a5d3c7640de12d8f7ecba53e9e49433a4d47588. --- src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs b/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs index 61cae7d8c2..9e4d5d6b34 100644 --- a/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs +++ b/src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs @@ -10,5 +10,3 @@ 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