From 4bb5791d74cfc4a5ee7a6ac67646f0f0ca2ab070 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Thu, 15 Jul 2021 10:32:39 -0700 Subject: [PATCH] Unquarantine passing tests --- .../test/IntegrationTests/ComponentCodeGenerationTestBase.cs | 1 - .../test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs b/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs index 83b0bd3f6346..63ce743eb9c3 100644 --- a/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs +++ b/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs @@ -232,7 +232,6 @@ @typeparam TItem2 } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32193")] public void ComponentWithConstrainedTypeParameters() { // Arrange diff --git a/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs b/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs index aece6745d104..db4333fcc0ac 100644 --- a/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs +++ b/src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs @@ -84,7 +84,6 @@ public void ComponentDiscovery_CanFindComponent_DefinedinCshtml() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32592")] public void ComponentDiscovery_CanFindComponent_WithTypeParameter() { // Arrange