We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed68ce7 commit 78d0241Copy full SHA for 78d0241
src/Razor/Microsoft.AspNetCore.Razor.Language/test/IntegrationTests/ComponentCodeGenerationTestBase.cs
@@ -3,6 +3,7 @@
3
4
using System.Linq;
5
using Microsoft.AspNetCore.Razor.Language.Components;
6
+using Microsoft.AspNetCore.Testing;
7
using Xunit;
8
9
namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests
@@ -231,6 +232,7 @@ @typeparam TItem2
231
232
}
233
234
[Fact]
235
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32193")]
236
public void ComponentWithConstrainedTypeParameters()
237
{
238
// Arrange
0 commit comments