소스 검색

Quarantine E2E Component tests related to scrolling within page (#47968)

For #47967
Andrew Casey 2 년 전
부모
커밋
9f3b8e2da5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Components/test/E2ETest/Tests/RoutingTest.cs

+ 2 - 0
src/Components/test/E2ETest/Tests/RoutingTest.cs

@@ -1563,6 +1563,7 @@ public class RoutingTest : ServerTestBase<ToggleExecutionModeServerFixture<Progr
     }
     }
 
 
     [Fact]
     [Fact]
+    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
     public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
     public void AnchorWithHrefContainingHashAnotherPage_NavigatesToPageAndScrollsToElement()
     {
     {
         SetUrlViaPushState("/");
         SetUrlViaPushState("/");
@@ -1579,6 +1580,7 @@ public class RoutingTest : ServerTestBase<ToggleExecutionModeServerFixture<Progr
     }
     }
 
 
     [Fact]
     [Fact]
+    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/47967")]
     public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
     public void NavigationManagerNavigateToSameUrlWithHash_ScrollsToElementOnTheSamePage()
     {
     {
         SetUrlViaPushState("/");
         SetUrlViaPushState("/");