diff --git a/src/Components/test/E2ETest/Tests/RoutingTest.cs b/src/Components/test/E2ETest/Tests/RoutingTest.cs index d2a605699a0f..a2fc4373048c 100644 --- a/src/Components/test/E2ETest/Tests/RoutingTest.cs +++ b/src/Components/test/E2ETest/Tests/RoutingTest.cs @@ -1563,6 +1563,7 @@ public void AnchorWithHrefContainingHashSamePage_ScrollsToElementOnTheSamePage() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")] public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement() { SetUrlViaPushState("/"); @@ -1579,6 +1580,7 @@ public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToE } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")] public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage() { SetUrlViaPushState("/");