瀏覽代碼

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