Skip to content

Commit 78d0241

Browse files
Quarantine ComponentWithConstrainedTypeParameters (#32194)
1 parent ed68ce7 commit 78d0241

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using System.Linq;
55
using Microsoft.AspNetCore.Razor.Language.Components;
6+
using Microsoft.AspNetCore.Testing;
67
using Xunit;
78

89
namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests
@@ -231,6 +232,7 @@ @typeparam TItem2
231232
}
232233

233234
[Fact]
235+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32193")]
234236
public void ComponentWithConstrainedTypeParameters()
235237
{
236238
// Arrange

0 commit comments

Comments
 (0)