Skip to content

Commit e16afac

Browse files
committed
Skip navigation tests that are currently not fixable
1 parent 1c7aa36 commit e16afac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Components/test/E2ETest/ServerExecutionTests/NavigationLockPrerenderingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public NavigationLockPrerenderingTest(
2424
public override Task InitializeAsync()
2525
=> InitializeAsync(BrowserFixture.RoutingTestContext);
2626

27-
[Fact]
28-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
27+
// See https://github.com/dotnet/aspnetcore/issues/57153
28+
[Fact(Skip = "BeforeUnload alert does not work with Selenium/ChromeDriver after update")]
2929
public void ExternalNavigationIsLockedAfterPrerendering()
3030
{
3131
Navigate("/locked-navigation");

src/Components/test/E2ETest/Tests/RoutingTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@ public void NavigationLock_HistoryNavigationWorks_AfterRefresh()
11551155
Browser.Equal("1", () => app.FindElement(By.Id("location-changed-count"))?.Text);
11561156
}
11571157

1158-
[Fact]
1159-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57153")]
1158+
// See https://github.com/dotnet/aspnetcore/issues/57153
1159+
[Fact(Skip = "BeforeUnload alert does not work with Selenium/ChromeDriver after update")]
11601160
public void NavigationLock_CanBlockExternalNavigation()
11611161
{
11621162
SetUrlViaPushState("/");

0 commit comments

Comments
 (0)