Skip to content

Commit 28558b3

Browse files
authored
Unquarantine passing tests (#34385)
1 parent 6a09fd8 commit 28558b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ @typeparam TItem2
232232
}
233233

234234
[Fact]
235-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32193")]
236235
public void ComponentWithConstrainedTypeParameters()
237236
{
238237
// Arrange

src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentDiscoveryIntegrationTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public void ComponentDiscovery_CanFindComponent_DefinedinCshtml()
8484
}
8585

8686
[Fact]
87-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32592")]
8887
public void ComponentDiscovery_CanFindComponent_WithTypeParameter()
8988
{
9089
// Arrange

0 commit comments

Comments
 (0)