Skip to content

Commit c946659

Browse files
authored
Block failing tests. (#61427)
1 parent 486813e commit c946659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/test/E2ETest/ServerRenderingTests/EnhancedNavigationTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ public void CanUpdateHrefOnLinkTagWithIntegrity()
668668
}
669669

670670
[Theory]
671+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60875")]
671672
// [InlineData(false, false, false)] // https://github.com/dotnet/aspnetcore/issues/60875
672673
[InlineData(false, true, false)]
673674
[InlineData(true, true, false)]

0 commit comments

Comments
 (0)